Skip to content

Commit

Permalink
Fix font URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Feb 14, 2022
1 parent 929741a commit 45890c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_include/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@font-face {
font-family: 'Metropolis';
src: url('/fonts/Metropolis-Italic.woff2') format('woff2');
src: url('/fonts/Metropolis-RegularItalic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
font-display: swap;
Expand Down

0 comments on commit 45890c4

Please sign in to comment.