Change mono font and code text size

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent bfdb82a4ba
commit 9650016358
2 changed files with 9 additions and 2 deletions

View file

@ -2,4 +2,8 @@
h2 { h2 {
@apply font-bold @apply font-bold
} }
code {
@apply text-base
}
} }

View file

@ -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
] ]
}, },