Add crossorigin to font preloads and add inline emoji favicon
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 41s

This commit is contained in:
badblocks 2026-02-04 16:12:53 -08:00
parent 1714225d00
commit 3b64839cbd
No known key found for this signature in database

View file

@ -3,12 +3,25 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" as="font" type="font/woff" href="unscii-16.woff" /> <link
<link rel="preload" as="font" type="font/woff" href="unscii-8.woff" /> rel="preload"
as="font"
href="unscii-16.woff"
crossorigin="anonymous"
/>
<link
rel="preload"
as="font"
href="unscii-8.woff"
crossorigin="anonymous"
/>
<link rel="preload" href="reset.css" as="style" /> <link rel="preload" href="reset.css" as="style" />
<link rel="preload" href="theme.css" as="style" /> <link rel="preload" href="theme.css" as="style" />
<link rel="stylesheet" type="text/css" href="/style.css" /> <link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌕</text></svg>"
/>
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<meta name="darkreader-lock" /> <meta name="darkreader-lock" />
<link rel="sitemap" href="/sitemap-index.xml" /> <link rel="sitemap" href="/sitemap-index.xml" />