From 82a789bbecbcf639701c9214bfbbe231b351feb9 Mon Sep 17 00:00:00 2001 From: Jaxon Lewis-Wilson Date: Wed, 21 Jan 2026 12:22:45 +0800 Subject: [PATCH] fix: Global fonts Prior commit was not actually functional upon review --- src/css/injected.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 897cd017..b8f99795 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -57,7 +57,7 @@ select { transition: 200ms; background: var(--auto-background) !important; } -* { +:root * { font-family: Rubik, sans-serif !important; --theme-fg-parts: white; }