From 58c426e0713916aa331421e4f770a6bf5e0082f5 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Fri, 2 Dec 2022 09:43:46 -0800 Subject: [PATCH] Fix font setting. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a5cc1e3..1303ebd 100644 --- a/style.css +++ b/style.css @@ -36,8 +36,8 @@ html { body { background-color: var(--white32m); - font-face: var(--typeface); - font-weight: var(--weight-medium); + font-family: var(--typeface) !important; + font-weight: var(--weight-medium) !important; width: 100%; margin: 0; padding: 0;