From 979847f28d689bb93e5ff8cc9beb20a2a89c4f6b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 21 Apr 2015 14:37:36 -0400 Subject: change protocol relative urls to https --- superhero/_bootswatch.scss | 2 +- superhero/bootstrap.css | 2 +- superhero/bootstrap.min.css | 2 +- superhero/bootswatch.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'superhero') diff --git a/superhero/_bootswatch.scss b/superhero/_bootswatch.scss index eb1380ed..4306367b 100644 --- a/superhero/_bootswatch.scss +++ b/superhero/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Lato:300,400,700"); +@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); // Navbar ===================================================================== diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index a34d425b..410debb2 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Lato:300,400,700"); +@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/superhero/bootstrap.min.css b/superhero/bootstrap.min.css index 05c5a618..3127f99c 100644 --- a/superhero/bootstrap.min.css +++ b/superhero/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");/*! +@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index f1081a1d..252b6cf9 100644 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Lato:300,400,700"); +@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700"); // Navbar ===================================================================== -- cgit v1.2.3