summaryrefslogtreecommitdiff
path: root/paper
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 /paper
parentb1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff)
change protocol relative urls to https
Diffstat (limited to 'paper')
-rw-r--r--paper/_bootswatch.scss2
-rw-r--r--paper/bootstrap.css2
-rw-r--r--paper/bootstrap.min.css2
-rw-r--r--paper/bootswatch.less2
4 files changed, 4 insertions, 4 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss
index e3cfb80b..07de0e65 100644
--- a/paper/_bootswatch.scss
+++ b/paper/_bootswatch.scss
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");
+@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
// Navbar =====================================================================
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index ceba0f88..1e41c68e 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");
+@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
diff --git a/paper/bootstrap.min.css b/paper/bootstrap.min.css
index f49313da..c0ffcf54 100644
--- a/paper/bootstrap.min.css
+++ b/paper/bootstrap.min.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");/*!
+@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
diff --git a/paper/bootswatch.less b/paper/bootswatch.less
index 42dee586..90cef674 100644
--- a/paper/bootswatch.less
+++ b/paper/bootswatch.less
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");
+@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
// Navbar =====================================================================