@font-face { font-family: 'Maple Mono NF'; src: url('/assets/fonts/MapleMonoNerd.ttf') format('truetype'); 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; }