From dd6237ff4ed8066b308c84acb1cba04bee4c3a20 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 14 Oct 2023 17:58:22 +0200 Subject: [PATCH] fallback to systemui --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 078bef8..74e30f6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,7 +1,7 @@ /* Theme of the pages */ html { background-color: var(--background); - font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", system-ui; } p,