From 45baa88a03196b4ec102c384089bec0fab604220 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 22:48:46 +0100 Subject: [PATCH] Force Maple Mono NF font. --- nix-system-configs/modules/styling/forgejo/theme-custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/styling/forgejo/theme-custom.css b/nix-system-configs/modules/styling/forgejo/theme-custom.css index dc77ca7..634f6ad 100644 --- a/nix-system-configs/modules/styling/forgejo/theme-custom.css +++ b/nix-system-configs/modules/styling/forgejo/theme-custom.css @@ -11,6 +11,6 @@ :root { /* prefer the Maple Mono Nerd Font for monospace usage */ - --fonts-override: 'Maple Mono NF', var(--fonts-override); + --fonts-monospace: 'Maple Mono NF' !important; }