home: apply crossorigin to font preloads
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" href="style/style.css">
|
||||
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
|
||||
<link rel="preload" as="image" href="assets/clouds.avif">
|
||||
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
||||
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2" crossorigin>
|
||||
</head>
|
||||
<body>
|
||||
<img src="assets/logo.avif" class="logo" />
|
||||
|
||||
Reference in New Issue
Block a user