Merge pull request #3951 from greut/patch-1
Load Google Font using HTTPS by default
This commit is contained in:
commit
6dbf8bab07
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $for(css)$
|
||||||
<link rel="stylesheet" href="$css$">
|
<link rel="stylesheet" href="$css$">
|
||||||
$endfor$
|
$endfor$
|
||||||
$else$
|
$else$
|
||||||
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>
|
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html, .view body { background-color: black; counter-reset: slideidx; }
|
html, .view body { background-color: black; counter-reset: slideidx; }
|
||||||
|
|
Loading…
Reference in a new issue