Merge pull request #3951 from greut/patch-1

Load Google Font using HTTPS by default
This commit is contained in:
John MacFarlane 2017-10-03 16:43:55 -04:00 committed by GitHub
commit 6dbf8bab07

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