fix: font settings

This commit is contained in:
Cory Dransfeldt 2023-07-19 10:46:41 -07:00
parent 38d686a31c
commit 431d2270cd
No known key found for this signature in database
4 changed files with 65 additions and 52 deletions

View file

@ -13,7 +13,8 @@ module.exports = {
14: '3.5rem',
},
fontFamily: {
sans: ['InterVariable', ...defaultTheme.fontFamily.sans],
sans: ['Inter', ...defaultTheme.fontFamily.sans],
mono: ['JetBrains Mono', 'ui-monospace', 'SFMono-Regular', ...defaultTheme.fontFamily.mono],
},
backgroundImage: {
'cover-gradient':