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 = () => (
1212 < link rel = "canonical" href = "https://discord-api-types.dev" />
1313 < link rel = "preconnect" href = "https://fonts.googleapis.com" />
1414 < 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 " />
1615 < link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon.png" />
1716 < link rel = "icon" type = "image/png" sizes = "192x192" href = "/android-chrome-192x192.png" />
1817 < link rel = "icon" type = "image/png" sizes = "194x194" href = "/android-chrome-194x194.png" />
@@ -22,6 +21,12 @@ const HeadTags: FC = () => (
2221 < link rel = "mask-icon" href = "/safari-pinned-tab.svg" color = "#23529B" />
2322 < link rel = "shortcut icon" href = "/favicon.ico" />
2423 < 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+ />
2530 </ Head >
2631) ;
2732
You can’t perform that action at this time.
0 commit comments