We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1adbb9e + 6d1a2f4 commit a8917b2Copy full SHA for a8917b2
1 file changed
pythoncz/templates/_base.html
@@ -10,7 +10,8 @@
10
<meta property="og:type" content="website">
11
<meta property="og:url" content="{{ url }}">
12
13
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arbutus+Slab&subset=latin,latin-ext">
+ <link rel="preconnect" href="https://fonts.bunny.net/">
14
+ <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Arbutus+Slab&subset=latin,latin-ext">
15
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
16
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
17
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">
0 commit comments