Use the font from vars in the default font

This commit is contained in:
Kuba Orlik 2025-03-17 20:39:53 +01:00
parent fdf8767c22
commit a6c63748e0

View File

@ -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;
}