chore: drop font deps

This commit is contained in:
Cory Dransfeldt 2023-07-25 15:16:19 -07:00
parent 3058871d79
commit a9bf4345aa
No known key found for this signature in database
4 changed files with 2 additions and 15 deletions

View file

@ -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':