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:
authorManuel Schneider <manuel.schneider@schman.at>2018-09-10 17:10:33 +0300
committerGitHub <noreply@github.com>2018-09-10 17:10:33 +0300
commit79c93f1fec9bf5888eeef5d8ed5cfa8e9e119a7a (patch)
tree7006745ed1a8e1c5617142bbc3dc9b98743588bf
parent48238544054fe7d31234d65e85d8354ab3c42d5a (diff)
parent876f01d0bb6ddbf1e4880c8ddc2506b51538aa84 (diff)
Merge pull request #11 from guw/master
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