Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wagenknecht <gunnar@wagenknecht.org>2018-09-07 14:50:28 +0300
committerGunnar Wagenknecht <gunnar@wagenknecht.org>2018-09-07 14:50:28 +0300
commit876f01d0bb6ddbf1e4880c8ddc2506b51538aa84 (patch)
tree7006745ed1a8e1c5617142bbc3dc9b98743588bf
parent48238544054fe7d31234d65e85d8354ab3c42d5a (diff)
Fix import to use HTTPS as well when necessary
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 1f44fe8..4e30534 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,5 +1,5 @@
@import url("font-awesome.min.css");
-@import url("http://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");
+@import url("//fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");
/*
Highlights by HTML5 UP