Skip to content

Commit

Permalink
change default font to HelsinkiGrotesk, add backup generic fonts
Browse files Browse the repository at this point in the history
Helsinki has defined Arial as secondary, and Liberation Sans tertiary fonts, while HelsinkiGrotesk is the main font

removes usage of 'Source Sans Pro' font
  • Loading branch information
henrinie-nc committed Oct 3, 2024
1 parent 36bc150 commit bf4570a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit bf4570a

Please sign in to comment.