Always use HTTPS for Google Fonts

This commit is contained in:
James Brooks
2015-08-13 23:06:57 +01:00
parent 8589089a04
commit 5c8369344d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<title>{{ $page_title }}</title>
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="{{ elixir('dist/css/all.css') }}">
@include('partials.stylesheet')