summaryrefslogtreecommitdiff
path: root/simplex
diff options
context:
space:
mode:
Diffstat (limited to 'simplex')
-rw-r--r--simplex/_bootswatch.scss2
-rw-r--r--simplex/bootstrap.css2
-rw-r--r--simplex/bootstrap.min.css2
-rw-r--r--simplex/bootswatch.less2
4 files changed, 4 insertions, 4 deletions
diff --git a/simplex/_bootswatch.scss b/simplex/_bootswatch.scss
index f28fb8e7..89a84a65 100644
--- a/simplex/_bootswatch.scss
+++ b/simplex/_bootswatch.scss
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
+@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@mixin btn-shadow($color){
@include gradient-vertical-three-colors(lighten($color, 3%), $color, 6%, darken($color, 3%));
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index fe9ce895..cdd032db 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
+@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
diff --git a/simplex/bootstrap.min.css b/simplex/bootstrap.min.css
index 1141cff9..309b6d55 100644
--- a/simplex/bootstrap.min.css
+++ b/simplex/bootstrap.min.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");/*!
+@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less
index 0615a563..8e0c72e4 100644
--- a/simplex/bootswatch.less
+++ b/simplex/bootswatch.less
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
+@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
.btn-shadow(@color) {
#gradient > .vertical-three-colors(lighten(@color, 3%), @color, 6%, darken(@color, 3%));