aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source
diff options
context:
space:
mode:
authorRichard Cunningham <github@richardcunningham.co.uk>2014-03-07 17:20:01 -0500
committerRichard Cunningham <github@richardcunningham.co.uk>2014-03-07 17:20:01 -0500
commitec1fbccd64fc429b138369f93c1236a8dedc7ce6 (patch)
treef7b1bac835743b7a778126f2eb7e7e11b73e04f2 /.themes/classic/source
parent15e4418aed77fd76ebf5684a76eccdc3adf162d1 (diff)
downloadmy_new_personal_website-ec1fbccd64fc429b138369f93c1236a8dedc7ce6.tar.xz
my_new_personal_website-ec1fbccd64fc429b138369f93c1236a8dedc7ce6.zip
Use HTTPS for google webfonts when on HTTPS site
Diffstat (limited to '.themes/classic/source')
-rw-r--r--.themes/classic/source/_includes/custom/head.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/source/_includes/custom/head.html b/.themes/classic/source/_includes/custom/head.html
index 85879f4a..824a41e7 100644
--- a/.themes/classic/source/_includes/custom/head.html
+++ b/.themes/classic/source/_includes/custom/head.html
@@ -1,3 +1,3 @@
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
-<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
-<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">