chore: tweak types
This commit is contained in:
parent
6a3a3dc097
commit
bbf9c21477
6 changed files with 48 additions and 8 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
14: '3.5rem',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['system-ui', 'sans-serif'],
|
||||
sans: ['silka', 'Inter', 'Roboto', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'system-ui', 'sans-serif'],
|
||||
mono: [
|
||||
'ui-monospace',
|
||||
'Cascadia Code',
|
||||
|
|
Reference in a new issue