preload optimizations
parent
c81907a9df
commit
1fab4fbce6
|
@ -10,8 +10,14 @@
|
||||||
<meta name="author" content="alina marquardt" />
|
<meta name="author" content="alina marquardt" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
<link rel="preload" fetchpriority="high" as="image" href="img/bg.webp" type="image/jpeg">
|
<link rel="preload" fetchpriority="high" as="image" type="image/webp" href="img/bg.webp" />
|
||||||
<link rel="preload" fetchpriority="high" as="image" href="img/bg_blur.webp" type="image/jpeg">
|
<link rel="preload" fetchpriority="high" as="image" type="image/webp" href="img/bg_blur.webp" />
|
||||||
|
<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-It.woff" fetchpriority="high" />
|
||||||
|
<link rel="preload" as="font" type="font/woff" href="fonts/SourceSansPro-SemiboldIt.woff" fetchpriority="high" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
|
||||||
<script src="js/three.min.js" defer></script>
|
<script src="js/three.min.js" defer></script>
|
||||||
|
|
Loading…
Reference in New Issue