From 0dafde41c01a268131fef0679b540753cb5f6954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20I=C5=82owski?= Date: Wed, 1 Mar 2023 20:09:47 +0100 Subject: [PATCH] Add a fallback font --- client/src/style/_Variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/style/_Variables.scss b/client/src/style/_Variables.scss index da3025a..ed9da38 100644 --- a/client/src/style/_Variables.scss +++ b/client/src/style/_Variables.scss @@ -1,3 +1,3 @@ -$priamry-font-family: "Segoe UI"; +$priamry-font-family: Segoe UI, sans-serif; $primary-color-button: rgba(186,25,26,255); -$width-footer-icon: 300px; \ No newline at end of file +$width-footer-icon: 300px;