Changed Google Fonts link protocol to HTTPS

Wrote it as `//`, which was the syntax used in the jQuery link.
This commit is contained in:
Niclas Darville 2014-12-10 12:45:57 +01:00
parent fab0cfd9c0
commit 079b7b9a91

View File

@ -15,7 +15,7 @@
<!-- FONT <!-- FONT
--> -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<!-- CSS <!-- CSS
--> -->
@ -99,4 +99,4 @@
<!-- End Document <!-- End Document
--> -->
</body> </body>
</html> </html>