Defer loading icons stylesheet

This commit is contained in:
Craftplacer 2020-07-24 10:48:02 +02:00
parent ae563a614f
commit 91c65493b9
1 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,10 @@
<link rel="shortcut icon" type="image/webp" href="/images/icon.webp"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#D8A070">
<link rel="stylesheet" href="/styles/husky-mdl.css">
<link rel="stylesheet" href="/icons/css/icons.css">
<link rel="stylesheet" href="/styles/husky-mdl.css">
<!-- Unimportant stylesheets and scripts -->
<link rel="preload" href="/icons/css/icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/icons/css/icons.css"></noscript>
<script defer src="/scripts/material.min.js"></script>
</head>
<body>