From 4fc09799b6276dfcb1a4d6c38623877bef182eff Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 30 Apr 2026 01:45:21 -0600 Subject: [PATCH] UI: Fix section heading font --- res/rml/window.rcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/rml/window.rcss b/res/rml/window.rcss index 6f4cf5b777..7a14f55096 100644 --- a/res/rml/window.rcss +++ b/res/rml/window.rcss @@ -165,6 +165,7 @@ scrollbarhorizontal sliderbar { } .section-heading { + font-family: "Fira Sans Condensed"; font-weight: bold; text-transform: uppercase; font-size: 22dp;