CSS my beloathed. UGHH

This commit is contained in:
Root User 2026-02-12 23:20:45 +01:00
parent 59dac432d9
commit 45bd2e975f
Signed by: root
GPG key ID: 087F0A95E5766D72
4 changed files with 20 additions and 13 deletions

View file

@ -1,2 +1,14 @@
{{/* This will be injected into <head> via $FORGEJO_CUSTOM/templates/custom/header.tmpl */}}
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/theme-custom.css">
{{/* 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>