mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
13 lines
No EOL
300 B
CSS
13 lines
No EOL
300 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;
|
|
}
|
|
|
|
:root {
|
|
/* prefer the Maple Mono Nerd Font for monospace usage */
|
|
--fonts-monospace: 'Maple Mono NF' !important;
|
|
} |