Fix Raleway link

This link not including "https://" makes loading the page locally take
upwards of 30 seconds as Chrome tries to look for the link locally.
This commit is contained in:
Alfie Bowman 2018-05-30 16:50:13 +01:00
parent 88f03612b0
commit ab6ec00a0a

View File

@ -15,7 +15,7 @@
<!-- FONT
-->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
-->