chore: font updates
This commit is contained in:
parent
7fb6744286
commit
d50a2477ca
4 changed files with 16 additions and 8 deletions
|
@ -13,7 +13,15 @@ module.exports = {
|
|||
14: '3.5rem',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'sans-serif'],
|
||||
sans: [
|
||||
'Inter',
|
||||
'Roboto',
|
||||
'Helvetica Neue',
|
||||
'Arial Nova',
|
||||
'Nimbus Sans',
|
||||
'Arial',
|
||||
'sans-serif',
|
||||
],
|
||||
mono: ['ml', ...defaultTheme.fontFamily.mono],
|
||||
},
|
||||
backgroundImage: {
|
||||
|
|
Reference in a new issue