From 709d4f2270093dcf772892364b874878fdb273d1 Mon Sep 17 00:00:00 2001 From: ludelanier Date: Wed, 15 May 2024 21:10:06 +0200 Subject: [PATCH] fix font --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 393685b..eb57871 100644 --- a/src/style.css +++ b/src/style.css @@ -9,12 +9,12 @@ } :root { - font-family: "Satoshi Variable", serif !important; + font-family: "Satoshi Variable", sans-serif; } } :root { - font-family: "Satoshi Variable", serif !important; + font-family: "Satoshi Variable", sans-serif; line-height: 1.5; font-weight: 400; scroll-behavior: smooth;