From bf4570a5278b11fe20b4a769c4df4fee2a278ec1 Mon Sep 17 00:00:00 2001 From: Henri Nieminen Date: Thu, 3 Oct 2024 15:22:27 +0300 Subject: [PATCH] change default font to HelsinkiGrotesk, add backup generic fonts Helsinki has defined Arial as secondary, and Liberation Sans tertiary fonts, while HelsinkiGrotesk is the main font removes usage of 'Source Sans Pro' font --- src/styles/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index 54df2238a..a3b51b0f8 100644 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -1,5 +1,5 @@ -$font-family-helsinki-grotesk: HelsinkiGrotesk, sans-serif; -$font-family-source: 'Source Sans Pro', sans-serif; +$font-family-helsinki-grotesk: 'HelsinkiGrotesk', Arial, 'Liberation Sans'; +$font-family-source: 'HelsinkiGrotesk', Arial, 'Liberation Sans'; /// @type Font $body-font-family: $font-family-source;