Skip to content

Commit 7cdea5d

Browse files
authored
Merge pull request #126 from Datapack-Hub/aandeel-patch-2
Update fonts.css
2 parents 076d0ad + 5080168 commit 7cdea5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/styles/fonts.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
font-family: "Lexend";
55
font-style: normal;
66
font-weight: 400;
7-
src: url("/fonts/lexend-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
7+
src: url("/fonts/Outfit-VariableFont_wght.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
88
}
99
/* lexend-500 - latin */
1010
@font-face {
1111
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
1212
font-family: "Lexend";
1313
font-style: normal;
1414
font-weight: 500;
15-
src: url("/fonts/lexend-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
15+
src: url("/fonts/Outfit-VariableFont_wght.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
1616
}
1717
/* lexend-600 - latin */
1818
@font-face {
1919
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
2020
font-family: "Lexend";
2121
font-style: normal;
2222
font-weight: 600;
23-
src: url("/fonts/lexend-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
23+
src: url("/fonts/Outfit-VariableFont_wght.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
2424
}
2525
/* lexend-700 - latin */
2626
@font-face {
2727
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
2828
font-family: "Lexend";
2929
font-style: normal;
3030
font-weight: 700;
31-
src: url("/fonts/lexend-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
31+
src: url("/fonts/Outfit-VariableFont_wght.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
3232
}

0 commit comments

Comments
 (0)