From 5b355e86955c9e2c9ba90fc14ff87a0bec1e17cc Mon Sep 17 00:00:00 2001 From: kovacsv Date: Wed, 9 Feb 2022 17:38:54 +0100 Subject: [PATCH] Fix info and faq font. --- website/info/info.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/info/info.css b/website/info/info.css index 34a3fe5..4d642b8 100644 --- a/website/info/info.css +++ b/website/info/info.css @@ -1,15 +1,9 @@ -@font-face -{ - font-family: Quicksand; - src: url('../css/Quicksand/Quicksand-Regular.ttf'); -} - html, body { color: #000000; background: #ffffff; font-size: 16px; - font-family: Quicksand, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth }