Skip to content

Commit

Permalink
fix(web): resolve dead font cdn link
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed May 8, 2024
1 parent f692b71 commit 9c6ce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');
@import url("https://use.typekit.net/wxh5ury.css");
@import url('https://use.typekit.net/qgr5ebd.css');

body {
margin: 0;
Expand Down

0 comments on commit 9c6ce97

Please sign in to comment.