From eac44f69baa567eb2123ec107561b325899b76f2 Mon Sep 17 00:00:00 2001 From: alexia Date: Sat, 18 Jul 2026 23:09:28 +0200 Subject: [PATCH] fix: Don't set `font-family`, use `--font-secondary` and `--font-monospace` instead. --- tweaks/clear-sable-font.sable.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tweaks/clear-sable-font.sable.css b/tweaks/clear-sable-font.sable.css index 3e39282..2aa68fb 100644 --- a/tweaks/clear-sable-font.sable.css +++ b/tweaks/clear-sable-font.sable.css @@ -9,7 +9,8 @@ tags: global, font body.sable-remote-theme, body.sable-remote-theme * { - font-family: system-ui, Twemoji, -apple-system, sans-serif, serif !important; + --font-secondary: system-ui, Twemoji, -apple-system, sans-serif, serif !important; + --font-monospace: monospace; --custom-font-size1: 1rem !important; --custom-font-size2: var(--_164xfgeb) !important; --custom-line-height: inherit !important;