Skip to content

Commit 8cd2552

Browse files
committed
Load fonts over https instead of http
1 parent bea4625 commit 8cd2552

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

naucse/static/css/naucse.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("http://fonts.googleapis.com/css?family=Bree+Serif|Oxygen&subset=latin,latin-ext");
1+
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Oxygen&subset=latin,latin-ext");
22

33
html {
44
box-sizing: border-box;

naucse/static/css/reveal-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

naucse/static/css/reveal-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
font-family: 'Bree Serif';
2323
}
2424

25-
@import url("http://fonts.googleapis.com/css?family=Bree+Serif|Oxygen&subset=latin,latin-ext");
25+
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Oxygen&subset=latin,latin-ext");
2626

2727
$headingFont: 'Bree Serif', sans-serif;
2828
$headingTextTransform: none;

0 commit comments

Comments
 (0)