the_prg_server_configuration/nix-system-configs/modules/styling/forgejo/header.tmpl

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>