mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
24 lines
No EOL
579 B
CSS
24 lines
No EOL
579 B
CSS
|
|
@font-face {
|
|
font-family: 'Maple Mono NF';
|
|
src: url('/assets/fonts/MapleMonoNerd.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Jost Book';
|
|
src: url('/assets/fonts/Jost-400-Book.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
/* import base Forgejo theme so we only override what we need */
|
|
@import "./theme-forgejo-auto.css";
|
|
|
|
:root {
|
|
/* prefer the Maple Mono Nerd Font for monospace usage */
|
|
--fonts-monospace: 'Maple Mono NF' !important;
|
|
} |