mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
14 lines
349 B
Cheetah
14 lines
349 B
Cheetah
{{/* Custom header content - inject custom fonts that apply to all themes */}}
|
|
<style>
|
|
@font-face {
|
|
font-family: 'Maple Mono NF';
|
|
src: url('{{AppSubUrl}}/assets/fonts/MapleMonoNerd.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
:root {
|
|
--fonts-monospace: 'Maple Mono NF' !important;
|
|
}
|
|
</style>
|