From dcac324f5d0bf06d63ff260307eb99b27cc8e6a8 Mon Sep 17 00:00:00 2001 From: ooxi Date: Tue, 9 Feb 2016 19:03:16 +0100 Subject: [PATCH] Use protocol relative URL for CSS import --- stylesheets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index effdca8..5f1c80b 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic); +@import url(//fonts.googleapis.com/css?family=Arvo:400,700,400italic); /* MeyerWeb Reset */