Add crossorigin to font preloads and add inline emoji favicon
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 41s
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 41s
This commit is contained in:
parent
1714225d00
commit
3b64839cbd
1 changed files with 16 additions and 3 deletions
|
|
@ -3,12 +3,25 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="preload" as="font" type="font/woff" href="unscii-16.woff" />
|
||||
<link rel="preload" as="font" type="font/woff" href="unscii-8.woff" />
|
||||
<link
|
||||
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="theme.css" as="style" />
|
||||
<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="darkreader-lock" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue