From 429554e8577aeede81120373be861026d1761470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Tue, 19 Jul 2022 19:52:53 +0300 Subject: [PATCH] Set default font to sans-serif --- resources/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/main.scss b/resources/css/main.scss index 4775468..a76a0ee 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -12,6 +12,7 @@ html, body { padding: 0; background-color: variables.$clr_sides; scroll-behavior: smooth; + font-family: sans-serif; } .content-spacing {