diff options
author | Justin Mayer <entroP@gmail.com> | 2015-05-29 09:15:35 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2015-05-29 09:15:35 -0700 |
commit | d9405f5c009d9829618547a04c97783d86e54b7c (patch) | |
tree | 5d5022ba58bbda6a4720359ba3ec381a1ee9b9b6 /notmyidea-cms/static | |
parent | 85be1e52700a1ff1836d8d94dd406d2947613e8f (diff) | |
download | pelican-themes-d9405f5c009d9829618547a04c97783d86e54b7c.tar.gz |
notmyidea-cms: Use HTTPS links to Google fonts
Fixes #295. Refs #302.
Diffstat (limited to 'notmyidea-cms/static')
-rw-r--r-- | notmyidea-cms/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |