shuffled around preloading ressources

main
Alina Marquardt 2025-05-14 06:45:34 +02:00
parent d32159c5ce
commit b8abcc7c3a
1 changed files with 2 additions and 6 deletions

View File

@ -13,12 +13,8 @@
<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" />
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-SemiboldIt.woff" fetchpriority="high" />
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-Regular.woff" />
<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="preload" as="font" type="font/woff" href="fonts/SourceSansPro-SemiboldIt.woff" />
<link rel="preload" as="image" type="image/webp" href="img/bg_blur.webp" />
<script src="js/three.min.js" defer></script>
<script src="functions.js" defer></script>