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 --- sandstone/_bootswatch.scss | 2 +- sandstone/bootstrap.css | 2 +- sandstone/bootstrap.min.css | 2 +- sandstone/bootswatch.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sandstone') diff --git a/sandstone/_bootswatch.scss b/sandstone/_bootswatch.scss index bd1a618d..87976869 100644 --- a/sandstone/_bootswatch.scss +++ b/sandstone/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Roboto:400,500"); +@import url("https://fonts.googleapis.com/css?family=Roboto:400,500"); // Navbar ===================================================================== diff --git a/sandstone/bootstrap.css b/sandstone/bootstrap.css index e536ef25..33f577af 100644 --- a/sandstone/bootstrap.css +++ b/sandstone/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Roboto:400,500"); +@import url("https://fonts.googleapis.com/css?family=Roboto:400,500"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/sandstone/bootstrap.min.css b/sandstone/bootstrap.min.css index af9e2e6c..ad4d833c 100644 --- a/sandstone/bootstrap.min.css +++ b/sandstone/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Roboto:400,500");/*! +@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/sandstone/bootswatch.less b/sandstone/bootswatch.less index e319f906..b4add46d 100644 --- a/sandstone/bootswatch.less +++ b/sandstone/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Roboto:400,500"); +@import url("https://fonts.googleapis.com/css?family=Roboto:400,500"); // Navbar ===================================================================== -- cgit v1.2.3