xmc/modular/font/custom.css

8 lines
218 B
CSS
Raw Normal View History

2023-03-18 04:34:32 +00:00
:root,
2022-10-19 03:12:12 +00:00
.theme-dark,
2023-03-18 04:34:32 +00:00
.theme-light {
2022-10-19 03:12:12 +00:00
--font-primary: var(--xmc_custom_font), sans-serif !important;
--font-display: var(--font-primary) !important;
--font-code: var(--xmc_custom_font_mono), monospace !important;
2022-10-19 03:28:08 +00:00
}