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