fix: font settings
This commit is contained in:
parent
38d686a31c
commit
431d2270cd
4 changed files with 65 additions and 52 deletions
|
@ -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':
|
||||
|
|
Reference in a new issue