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$">
|
||||
$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…
Reference in a new issue