Tweak the sans font family stack
This commit is contained in:
parent
a5f27b03c5
commit
168fab9955
|
@ -71,16 +71,11 @@ module.exports = {
|
||||||
colors,
|
colors,
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: [
|
sans: [
|
||||||
'-apple-system',
|
'Inter',
|
||||||
'BlinkMacSystemFont',
|
|
||||||
'Segoe UI',
|
|
||||||
'Roboto',
|
|
||||||
'Helvetica',
|
|
||||||
'Arial',
|
'Arial',
|
||||||
|
'Helvetica Neue',
|
||||||
|
'Helvetica',
|
||||||
'sans-serif',
|
'sans-serif',
|
||||||
'Apple Color Emoji',
|
|
||||||
'Segoe UI Emoji',
|
|
||||||
'Segoe UI Symbol',
|
|
||||||
],
|
],
|
||||||
mono: [
|
mono: [
|
||||||
'Operator Mono',
|
'Operator Mono',
|
||||||
|
|
Loading…
Reference in a new issue