Load Google Font using HTTPS by default

Otherwise they won't show up in current version of firefox/chromium.
This commit is contained in:
Yoan Blanc 2017-10-03 10:55:52 -05:00 committed by GitHub
parent 5307868de5
commit 66135ab970

View file

@ -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; }