parent
50ae96c4a5
commit
20c53e2b9e
|
@ -23,7 +23,11 @@ module.exports = {
|
||||||
inherit: 'inherit'
|
inherit: 'inherit'
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
mono: ['Roboto Mono', ...fontFamily.mono]
|
mono: [
|
||||||
|
'Operator Mono',
|
||||||
|
'Roboto Mono',
|
||||||
|
...fontFamily.mono
|
||||||
|
]
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
'2px': '2px'
|
'2px': '2px'
|
||||||
|
|
Loading…
Reference in a new issue