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