parent
50ae96c4a5
commit
20c53e2b9e
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ module.exports = {
|
|||
inherit: 'inherit'
|
||||
},
|
||||
fontFamily: {
|
||||
mono: ['Roboto Mono', ...fontFamily.mono]
|
||||
mono: [
|
||||
'Operator Mono',
|
||||
'Roboto Mono',
|
||||
...fontFamily.mono
|
||||
]
|
||||
},
|
||||
spacing: {
|
||||
'2px': '2px'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue