xmc/modular/font/custom.css

8 lines
218 B
CSS

:root,
.theme-dark,
.theme-light {
--font-primary: var(--xmc_custom_font), sans-serif !important;
--font-display: var(--font-primary) !important;
--font-code: var(--xmc_custom_font_mono), monospace !important;
}