mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
6 lines
204 B
CSS
6 lines
204 B
CSS
.theme-dark,
|
|
:root {
|
|
--font-primary: var(--xmc_custom_font), sans-serif !important;
|
|
--font-display: var(--font-primary) !important;
|
|
--font-code: var(--xmc_custom_font_mono), monospace !important;
|
|
}
|