Tweak the sans font family stack
This commit is contained in:
parent
cf5d6fca59
commit
af4c73c17a
|
@ -70,6 +70,18 @@ module.exports = {
|
||||||
}),
|
}),
|
||||||
colors,
|
colors,
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
|
sans: [
|
||||||
|
'-apple-system',
|
||||||
|
'BlinkMacSystemFont',
|
||||||
|
'Segoe UI',
|
||||||
|
'Roboto',
|
||||||
|
'Helvetica',
|
||||||
|
'Arial',
|
||||||
|
'sans-serif',
|
||||||
|
'Apple Color Emoji',
|
||||||
|
'Segoe UI Emoji',
|
||||||
|
'Segoe UI Symbol',
|
||||||
|
],
|
||||||
mono: [
|
mono: [
|
||||||
'Operator Mono',
|
'Operator Mono',
|
||||||
'Roboto Mono',
|
'Roboto Mono',
|
||||||
|
|
Loading…
Reference in a new issue