load css earlier for less blocking
parent
a840f4c1b9
commit
d32159c5ce
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue