better font loading

This commit is contained in:
Theo Browne
2025-02-14 23:04:53 -08:00
parent d91a6287a2
commit 4f451f8479
2 changed files with 31 additions and 1 deletions

View File

@ -3,6 +3,27 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/search.svg" />
<link
rel="preconnect"
href="https://fonts.googleapis.com"
crossorigin="anonymous"
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin="anonymous"
/>
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
media="print"
onload="this.media='all'"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Unduck</title>
<meta