We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833989 commit c7c168cCopy full SHA for c7c168c
public/index.html
@@ -3,6 +3,9 @@
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
+ <link rel="preconnect" href="https://fonts.googleapis.com">
7
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
8
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
9
<meta name="viewport" content="width=device-width, initial-scale=1" />
10
<meta name="theme-color" content="#000000" />
11
<meta
0 commit comments