Tweak the sans font family stack

This commit is contained in:
Oliver Davies 2021-04-11 20:23:09 +01:00
parent cf5d6fca59
commit af4c73c17a

View file

@ -70,6 +70,18 @@ module.exports = {
}),
colors,
fontFamily: {
sans: [
'-apple-system',
'BlinkMacSystemFont',
'Segoe UI',
'Roboto',
'Helvetica',
'Arial',
'sans-serif',
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol',
],
mono: [
'Operator Mono',
'Roboto Mono',