load css earlier for less blocking

main
Alina Marquardt 2025-05-14 06:43:03 +02:00
parent a840f4c1b9
commit d32159c5ce
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,8 @@
<meta name="author" content="alina marquardt" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" fetchpriority="high" />
<link rel="preload" as="image" type="image/webp" href="img/bg.webp" fetchpriority="high" />
<link rel="preload" as="image" type="image/webp" href="img/bg_blur.webp" fetchpriority="high" />
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-It.woff" fetchpriority="high" />
@ -18,8 +20,6 @@
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-Semibold.woff" />
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-LightIt.woff" />
<link rel="stylesheet" href="style.css" />
<script src="js/three.min.js" defer></script>
<script src="functions.js" defer></script>