shuffled around preloading ressources
parent
d32159c5ce
commit
b8abcc7c3a
|
@ -13,12 +13,8 @@
|
||||||
<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="image" type="image/webp" href="img/bg_blur.webp" fetchpriority="high" />
|
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-SemiboldIt.woff" />
|
||||||
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-It.woff" fetchpriority="high" />
|
<link rel="preload" as="image" type="image/webp" href="img/bg_blur.webp" />
|
||||||
<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" />
|
|
||||||
|
|
||||||
<script src="js/three.min.js" defer></script>
|
<script src="js/three.min.js" defer></script>
|
||||||
<script src="functions.js" defer></script>
|
<script src="functions.js" defer></script>
|
||||||
|
|
Loading…
Reference in New Issue