chore: drop font deps
This commit is contained in:
parent
3058871d79
commit
a9bf4345aa
4 changed files with 2 additions and 15 deletions
|
@ -13,8 +13,7 @@ module.exports = {
|
|||
14: '3.5rem',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter', ...defaultTheme.fontFamily.sans],
|
||||
mono: ['JetBrains Mono', 'ui-monospace', 'SFMono-Regular', ...defaultTheme.fontFamily.mono],
|
||||
mono: ['ui-monospace', 'SFMono-Regular', ...defaultTheme.fontFamily.mono],
|
||||
},
|
||||
backgroundImage: {
|
||||
'cover-gradient':
|
||||
|
|
Reference in a new issue