aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2015-05-29 09:15:35 -0700
committerJustin Mayer <entroP@gmail.com>2015-05-29 09:15:35 -0700
commitd9405f5c009d9829618547a04c97783d86e54b7c (patch)
tree5d5022ba58bbda6a4720359ba3ec381a1ee9b9b6
parent85be1e52700a1ff1836d8d94dd406d2947613e8f (diff)
downloadpelican-themes-d9405f5c009d9829618547a04c97783d86e54b7c.tar.gz
notmyidea-cms: Use HTTPS links to Google fonts
Fixes #295. Refs #302.
-rw-r--r--notmyidea-cms-fr/static/css/main.css2
-rw-r--r--notmyidea-cms/static/css/main.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/notmyidea-cms-fr/static/css/main.css b/notmyidea-cms-fr/static/css/main.css
index b3b631d..ab76379 100644
--- a/notmyidea-cms-fr/static/css/main.css
+++ b/notmyidea-cms-fr/static/css/main.css
@@ -10,7 +10,7 @@
/* Imports */
@import url("reset.css");
@import url("pygment.css");
-@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
+@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
/***** Global *****/
/* Body */
diff --git a/notmyidea-cms/static/css/main.css b/notmyidea-cms/static/css/main.css
index 75cf78e..ce0513b 100644
--- a/notmyidea-cms/static/css/main.css
+++ b/notmyidea-cms/static/css/main.css
@@ -10,7 +10,7 @@
/* Imports */
@import url("reset.css");
@import url("pygment.css");
-@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
+@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
/***** Global *****/
/* Body */