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 /lumen | |
parent | b1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff) |
change protocol relative urls to https
Diffstat (limited to 'lumen')
-rw-r--r-- | lumen/_bootswatch.scss | 2 | ||||
-rw-r--r-- | lumen/bootstrap.css | 2 | ||||
-rw-r--r-- | lumen/bootstrap.min.css | 2 | ||||
-rw-r--r-- | lumen/bootswatch.less | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lumen/_bootswatch.scss b/lumen/_bootswatch.scss index 5105bd32..2279c3ce 100644 --- a/lumen/_bootswatch.scss +++ b/lumen/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); @mixin shadow($width: 4px){ border-width: 0 1px $width 1px; diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css index 94767fe9..b3df64d9 100644 --- a/lumen/bootstrap.css +++ b/lumen/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/lumen/bootstrap.min.css b/lumen/bootstrap.min.css index 046e4f50..6070c6cf 100644 --- a/lumen/bootstrap.min.css +++ b/lumen/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");/*! +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less index 5a485877..7e1fe852 100644 --- a/lumen/bootswatch.less +++ b/lumen/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); .shadow (@width: 4px) { border-width: 0 1px @width 1px; |