Fixed font and loading optimisation

GH-26
Courtesy of KieranHolroyd
This commit is contained in:
lawgicau
2021-07-19 17:14:28 +10:00
parent 0d6a006225
commit 76af120a2f
4 changed files with 103 additions and 103 deletions

View File

@ -2,7 +2,7 @@ var scripts = `
<link type="text/css" rel="stylesheet" href="css/styles.css">
<link type="text/css" rel="stylesheet" href="css/responsive-tabs.css">
<link type="text/css" rel="stylesheet" href="css/featherlight.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300,400&display=swap" rel="stylesheet">
<script src="js/jquery-3.5.1.js"></script>
<script src="js/jquery.responsiveTabs.js"></script>
<script src="js/videobox.js"></script>