Skip to content

Commit d3ce1a5

Browse files
committed
privacy enhancement by changing web font provider
1 parent 59e759c commit d3ce1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythoncz/templates/_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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="stylesheet" href="https://fonts.bunny.net/css?family=Arbutus+Slab&amp;subset=latin,latin-ext">
1414
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
1616
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">

0 commit comments

Comments
 (0)