From b8d8cc34ce56db7fb707c057a9d9490482c1a86c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 23:42:45 +0100 Subject: [PATCH] Work please work. --- nix-system-configs/modules/styling/forgejo/header.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix-system-configs/modules/styling/forgejo/header.tmpl b/nix-system-configs/modules/styling/forgejo/header.tmpl index 3f563b3..425ddb0 100644 --- a/nix-system-configs/modules/styling/forgejo/header.tmpl +++ b/nix-system-configs/modules/styling/forgejo/header.tmpl @@ -11,4 +11,8 @@ :root { --fonts-monospace: 'Maple Mono NF' !important; } + +code, pre, kbd, tt, samp, .ui code, .ui pre, .monospace { + font-family: 'Maple Mono NF', ui-monospace, SFMono-Regular, Menlo, Monaco, "Segoe UI Mono", Roboto Mono, "Courier New", monospace !important; +}