Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pythoncz/templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<meta property="og:type" content="website">
<meta property="og:url" content="{{ url }}">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arbutus+Slab&amp;subset=latin,latin-ext">
<link rel="preconnect" href="https://fonts.bunny.net/">
<link rel="stylesheet" href="https://fonts.bunny.net/css?family=Arbutus+Slab&amp;subset=latin,latin-ext">
Comment thread
karlji marked this conversation as resolved.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">
Expand Down