File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
website/src/components/Home Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const HeadTags: FC = () => (
12
12
< link rel = "canonical" href = "https://discord-api-types.dev" />
13
13
< link rel = "preconnect" href = "https://fonts.googleapis.com" />
14
14
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossOrigin = "anonymous" />
15
- < link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700& display = swap " />
16
15
< link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon.png" />
17
16
< link rel = "icon" type = "image/png" sizes = "192x192" href = "/android-chrome-192x192.png" />
18
17
< link rel = "icon" type = "image/png" sizes = "194x194" href = "/android-chrome-194x194.png" />
@@ -22,6 +21,12 @@ const HeadTags: FC = () => (
22
21
< link rel = "mask-icon" href = "/safari-pinned-tab.svg" color = "#23529B" />
23
22
< link rel = "shortcut icon" href = "/favicon.ico" />
24
23
< link rel = "apple-touch-startup-image" href = "/apple-startup.png" />
24
+
25
+ < link
26
+ rel = "preload prerender stylesheet"
27
+ as = "style"
28
+ href = "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700& display = swap "
29
+ />
25
30
</ Head >
26
31
) ;
27
32
You can’t perform that action at this time.
0 commit comments