Files
sukr/sass/fira.scss
Timothy DeHerrera 99fb07d088 fix: preload fonts
requires copying the partials header from the template directory for now
2024-12-29 17:45:40 -07:00

13 lines
225 B
SCSS

:root {
--text-font: 'Fira Sans', sans-serif;
--code-font: 'Fira Mono', monospace;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--code-font) !important;
}
header {
font-family: var(--code-font) !important;
}