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