Skip to content

Commit a8917b2

Browse files
authored
privacy enhancement by changing web font provider
#556
2 parents 1adbb9e + 6d1a2f4 commit a8917b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pythoncz/templates/_base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<meta property="og:type" content="website">
1111
<meta property="og:url" content="{{ url }}">
1212

13-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arbutus+Slab&amp;subset=latin,latin-ext">
13+
<link rel="preconnect" href="https://fonts.bunny.net/">
14+
<link rel="stylesheet" href="https://fonts.bunny.net/css?family=Arbutus+Slab&amp;subset=latin,latin-ext">
1415
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
1516
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
1617
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">

0 commit comments

Comments
 (0)