summaryrefslogtreecommitdiff
path: root/flatly
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 /flatly
parentb1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff)
change protocol relative urls to https
Diffstat (limited to 'flatly')
-rw-r--r--flatly/_bootswatch.scss2
-rw-r--r--flatly/bootstrap.css2
-rw-r--r--flatly/bootstrap.min.css2
-rw-r--r--flatly/bootswatch.less2
4 files changed, 4 insertions, 4 deletions
diff --git a/flatly/_bootswatch.scss b/flatly/_bootswatch.scss
index 34edb2aa..4954932c 100644
--- a/flatly/_bootswatch.scss
+++ b/flatly/_bootswatch.scss
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
+@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
// Navbar =====================================================================
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 558664f9..02b2d60c 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
+@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
diff --git a/flatly/bootstrap.min.css b/flatly/bootstrap.min.css
index 50c004ff..966e5179 100644
--- a/flatly/bootstrap.min.css
+++ b/flatly/bootstrap.min.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");/*!
+@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");/*!
* bootswatch v3.3.4+1
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index aa671b6b..5dafb79d 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
+@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
// Navbar =====================================================================