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 /cosmo | |
parent | b1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff) |
change protocol relative urls to https
Diffstat (limited to 'cosmo')
-rw-r--r-- | cosmo/_bootswatch.scss | 2 | ||||
-rw-r--r-- | cosmo/bootstrap.css | 2 | ||||
-rw-r--r-- | cosmo/bootstrap.min.css | 2 | ||||
-rw-r--r-- | cosmo/bootswatch.less | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cosmo/_bootswatch.scss b/cosmo/_bootswatch.scss index f354d3d8..3ffaa075 100644 --- a/cosmo/_bootswatch.scss +++ b/cosmo/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); // Navbar ===================================================================== diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index 7a011896..14f77e85 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/cosmo/bootstrap.min.css b/cosmo/bootstrap.min.css index a87a7e2f..31bc2518 100644 --- a/cosmo/bootstrap.min.css +++ b/cosmo/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");/*! +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index 4d2b9376..0ac35ecb 100644 --- a/cosmo/bootswatch.less +++ b/cosmo/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"); // Navbar ===================================================================== |