diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-04-21 14:37:36 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-04-21 14:37:36 -0400 |
commit | 979847f28d689bb93e5ff8cc9beb20a2a89c4f6b (patch) | |
tree | bdd7a33a20125fcc86540728cdcb09cf31a200af /united | |
parent | b1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff) |
change protocol relative urls to https
Diffstat (limited to 'united')
-rw-r--r-- | united/_bootswatch.scss | 2 | ||||
-rw-r--r-- | united/bootstrap.css | 2 | ||||
-rw-r--r-- | united/bootstrap.min.css | 2 | ||||
-rw-r--r-- | united/bootswatch.less | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/united/_bootswatch.scss b/united/_bootswatch.scss index a24e90fe..c35fe3bb 100644 --- a/united/_bootswatch.scss +++ b/united/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Ubuntu"); +@import url("https://fonts.googleapis.com/css?family=Ubuntu"); // Navbar ===================================================================== diff --git a/united/bootstrap.css b/united/bootstrap.css index 4fd0681d..f9ef5376 100644 --- a/united/bootstrap.css +++ b/united/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Ubuntu"); +@import url("https://fonts.googleapis.com/css?family=Ubuntu"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css index e850e140..556747f3 100644 --- a/united/bootstrap.min.css +++ b/united/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Ubuntu");/*! +@import url("https://fonts.googleapis.com/css?family=Ubuntu");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/united/bootswatch.less b/united/bootswatch.less index 24b1900a..f08729cd 100644 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Ubuntu"); +@import url("https://fonts.googleapis.com/css?family=Ubuntu"); // Navbar ===================================================================== |