From 48f643a45b390a7fabaf0de943530877c4e6d50b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 30 Jul 2026 00:39:13 -0400 Subject: [PATCH] font fix --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d1952a8..a855c22 100644 --- a/static/style.css +++ b/static/style.css @@ -145,7 +145,7 @@ pre { padding: 2pt; } -code, code * { +code, pre code span { font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; font-variant-ligatures: normal; white-space: pre;