summaryrefslogtreecommitdiff
path: root/simplex/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-04-21 14:37:36 -0400
committerThomas Park <thomas@thomaspark.co>2015-04-21 14:37:36 -0400
commit979847f28d689bb93e5ff8cc9beb20a2a89c4f6b (patch)
treebdd7a33a20125fcc86540728cdcb09cf31a200af /simplex/_bootswatch.scss
parentb1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff)
change protocol relative urls to https
Diffstat (limited to 'simplex/_bootswatch.scss')
-rw-r--r--simplex/_bootswatch.scss2
1 files changed, 1 insertions, 1 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%));