Load Google Font using HTTPS by default
Otherwise they won't show up in current version of firefox/chromium.
This commit is contained in:
parent
5307868de5
commit
66135ab970
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue