summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoan Blanc <yoan@dosimple.ch>2017-10-03 10:55:52 -0500
committerGitHub <noreply@github.com>2017-10-03 10:55:52 -0500
commit66135ab97090c0c814070cafb34c37a0c9261807 (patch)
tree1a1870d349fc2b540a3d977a3f805785dea55a35
parent5307868de52e76009b5d705b43fa75a7eaebf9d3 (diff)
Load Google Font using HTTPS by default
Otherwise they won't show up in current version of firefox/chromium.
-rw-r--r--data/templates/default.dzslides2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.dzslides b/data/templates/default.dzslides
index e17e23df8..c0ef7cad7 100644
--- a/data/templates/default.dzslides
+++ b/data/templates/default.dzslides
@@ -30,7 +30,7 @@ $for(css)$
<link rel="stylesheet" href="$css$">
$endfor$
$else$
-<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>
+<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>
<style>
html, .view body { background-color: black; counter-reset: slideidx; }