Skip to content

Commit

Permalink
switch to one font style
Browse files Browse the repository at this point in the history
  • Loading branch information
datapolitical committed Jul 3, 2023
1 parent 3bb0fa0 commit 6d7962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/sitewide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $light-grey: #999;
font-family: 'Urbanist';
src: url('/assets/fonts/Urbanist.ttf') format('truetype supports variations'), url('/assets/fonts/Urbanist.ttf') format('truetype-variations');
font-weight: 100 900;
font-style: normal|italic;
font-style: normal;
}


Expand All @@ -59,7 +59,7 @@ $light-grey: #999;
font-family: 'Raleway';
src: url('/assets/fonts/Raleway-VariableFont_wght.ttf') format('truetype supports variations'), url('/assets/fonts/Raleway-VariableFont_wght.ttf') format('truetype-variations');
font-weight: 100 900;
font-style: normal italic;
font-style: normal;
font-display: fallback;
};

Expand Down

0 comments on commit 6d7962a

Please sign in to comment.