From e7591e0fddde6276f25628e71fdb495570fe3aa4 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 21 May 2023 23:03:17 +0200 Subject: [PATCH] Removed invalid CSS. --- src/ui/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/common.css b/src/ui/common.css index b8ec69a..fd92f5d 100644 --- a/src/ui/common.css +++ b/src/ui/common.css @@ -10,7 +10,6 @@ body { color: var(--text-color); font-size: 12px; font-family: system-ui, sans-serif; - font: use-system-font; } html.mobile > body {