We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faa8bd commit 089a4c3Copy full SHA for 089a4c3
src/app.html
@@ -5,11 +5,8 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<meta name="theme-color" content="#000000" />
7
<link rel="manifest" href="/manifest.json" />
8
- <link
9
- rel="preload"
10
- href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap"
11
- as="style"
12
- />
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
13
<link
14
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap"
15
rel="stylesheet"
0 commit comments