Skip to content

Commit

Permalink
privacy enhancement by changing web font provider
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou authored Apr 27, 2024
2 parents 3db1c41 + 41ef26e commit fd1a6bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion naucse/static/css/naucse.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Oxygen&subset=latin,latin-ext");
@import url("https://fonts.bunny.net/css?family=Bree+Serif|Oxygen&subset=latin,latin-ext");

html {
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion naucse/static/css/reveal-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion naucse/static/css/reveal-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
font-family: 'Bree Serif';
}

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

$headingFont: 'Bree Serif', sans-serif;
$headingTextTransform: none;
Expand Down

0 comments on commit fd1a6bf

Please sign in to comment.