Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 9c6ce97

Browse files
committed
fix(web): resolve dead font cdn link
1 parent f692b71 commit 9c6ce97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');
2-
@import url("https://use.typekit.net/wxh5ury.css");
2+
@import url('https://use.typekit.net/qgr5ebd.css');
33

44
body {
55
margin: 0;

0 commit comments

Comments
 (0)