Changed Google Fonts link protocol to HTTPS
Wrote it as `//`, which was the syntax used in the jQuery link.
This commit is contained in:
parent
fab0cfd9c0
commit
079b7b9a91
@ -15,7 +15,7 @@
|
||||
|
||||
<!-- 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
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
|
Loading…
Reference in New Issue
Block a user