Google font import

Added http: to the front of the google font link for Raleway, so that font is loaded.

Signed-off-by: Ben Hinchley <benhinchley@me.com>
This commit is contained in:
Ben Hinchley 2015-01-18 23:12:25 +09:00
parent 88f03612b0
commit 0557614843

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="http://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
-->