Skip to content

Commit 45890c4

Browse files
committed
Fix font URL
1 parent 929741a commit 45890c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_include/fonts.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@font-face {
1010
font-family: 'Metropolis';
11-
src: url('/fonts/Metropolis-Italic.woff2') format('woff2');
11+
src: url('/fonts/Metropolis-RegularItalic.woff2') format('woff2');
1212
font-weight: 400;
1313
font-style: italic;
1414
font-display: swap;

0 commit comments

Comments
 (0)