Skip to content

Commit fd1a6bf

Browse files
authored
privacy enhancement by changing web font provider
2 parents 3db1c41 + 41ef26e commit fd1a6bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

naucse/static/css/naucse.css

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

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

naucse/static/css/reveal-theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

naucse/static/css/reveal-theme.scss

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

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

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

0 commit comments

Comments
 (0)