Tweak the sans font family stack
This commit is contained in:
parent
cf5d6fca59
commit
af4c73c17a
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue