removed all fonts from preloading

main
Alina Marquardt 2025-05-14 06:49:09 +02:00
parent 7c9833e9c4
commit de0ed16709
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<link rel="stylesheet" href="style.css" fetchpriority="high" /> <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.webp" fetchpriority="high" />
<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" /> <link rel="preload" as="image" type="image/webp" href="img/bg_blur.webp" />
<script src="js/three.min.js" defer></script> <script src="js/three.min.js" defer></script>