From b39fa83a54c43717ed9f69bd3999214b545a05b1 Mon Sep 17 00:00:00 2001 From: Cameron Boehmer Date: Sun, 16 Mar 2014 23:51:05 -0700 Subject: [PATCH 1/2] use protocol agnostic urls for google fonts --- css/solo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/solo.css b/css/solo.css index 7182ff19..49b2cfee 100644 --- a/css/solo.css +++ b/css/solo.css @@ -1,5 +1,5 @@ -@import url(http://fonts.googleapis.com/css?family=Montserrat:700); -@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700); +@import url(//fonts.googleapis.com/css?family=Montserrat:700); +@import url(//fonts.googleapis.com/css?family=Inconsolata:400,700); html { font: 16px/1.5 Inconsolata, sans-serif; @@ -145,4 +145,4 @@ code { max-width: 30rem; margin: 0 auto; padding: 0 1rem; -} \ No newline at end of file +} From 1eea855329ef2abf3e1f42ea64f5135c7d8ca50e Mon Sep 17 00:00:00 2001 From: Cameron Boehmer Date: Sun, 16 Mar 2014 23:52:49 -0700 Subject: [PATCH 2/2] more protocol agnosticism --- _layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7c011c77..a78c8a21 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ {{ site.title_tag_text }} - + @@ -18,4 +18,4 @@

{{ site.h1_tag_text }}

{% include scripts.html %} - \ No newline at end of file +