Use the font from vars in the default font
This commit is contained in:
parent
fdf8767c22
commit
a6c63748e0
@ -1,8 +1,6 @@
|
||||
html {
|
||||
background: var(--color-brand-canvas);
|
||||
font-family: "Atkinson Hyperlegible", -apple-system, system-ui, BlinkMacSystemFont,
|
||||
"Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Lato", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
font-family: var(--font-sans-serif);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user