diff docs/templates/google.html @ 705:acd119fda1f7

docs: Use HTTPS version of Google Fonts.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 07 May 2016 19:33:03 -0700
parents 26e59f837558
children
line wrap: on
line diff
--- a/docs/templates/google.html	Wed Apr 20 23:07:27 2016 -0700
+++ b/docs/templates/google.html	Sat May 07 19:33:03 2016 -0700
@@ -1,5 +1,5 @@
 {% macro webfonts(fontnames) %}
-<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family={{ fontnames }}">
+<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family={{ fontnames }}">
 {% endmacro %}
 
 {% macro analytics(siteId) %}