Skip to content

Commit

Permalink
Fix font issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Oct 20, 2023
1 parent 48b519f commit 3505397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#edf0ef" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700&display=swap" />
<title></title>
</head>

Expand Down

0 comments on commit 3505397

Please sign in to comment.