diff options
author | Yoan Blanc <yoan@dosimple.ch> | 2017-10-03 10:55:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 10:55:52 -0500 |
commit | 66135ab97090c0c814070cafb34c37a0c9261807 (patch) | |
tree | 1a1870d349fc2b540a3d977a3f805785dea55a35 /data/templates/default.dzslides | |
parent | 5307868de52e76009b5d705b43fa75a7eaebf9d3 (diff) | |
download | pandoc-66135ab97090c0c814070cafb34c37a0c9261807.tar.gz |
Load Google Font using HTTPS by default
Otherwise they won't show up in current version of firefox/chromium.
Diffstat (limited to 'data/templates/default.dzslides')
-rw-r--r-- | data/templates/default.dzslides | 2 |
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; } |