We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b84624 commit 31c0dfbCopy full SHA for 31c0dfb
web/src/app.html
@@ -13,8 +13,8 @@
13
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png" />
14
<link rel="icon" type="image/png" sizes="144x144" href="/favicon-144.png" />
15
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180.png" />
16
- <link rel="preload" as="font" type="font/ttf" href="%app.font%" />
17
- <link rel="preload" as="font" type="font/ttf" href="%app.monofont%" />
+ <link rel="preload" as="font" type="font/ttf" href="%app.font%" crossorigin="anonymous" />
+ <link rel="preload" as="font" type="font/ttf" href="%app.monofont%" crossorigin="anonymous" />
18
%sveltekit.head%
19
<style>
20
/* prevent FOUC */
0 commit comments