Change mono font and code text size
This commit is contained in:
parent
bfdb82a4ba
commit
9650016358
|
@ -2,4 +2,8 @@
|
|||
h2 {
|
||||
@apply font-bold
|
||||
}
|
||||
|
||||
code {
|
||||
@apply text-base
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,8 +36,11 @@ module.exports = {
|
|||
'sans-serif',
|
||||
],
|
||||
mono: [
|
||||
'Operator Mono',
|
||||
'Roboto Mono',
|
||||
'ui-monospace',
|
||||
'SFMono-Regular',
|
||||
'SF Mono',
|
||||
'Consolas',
|
||||
'Liberation Mono',
|
||||
...fontFamily.mono
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue