Skip to content

Commit 76aae06

Browse files
committed
chore: only fetch fonts actually used
1 parent f5ff522 commit 76aae06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/base.html.jinja2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<title>{% block title %}blog.mtib.dev{% endblock %}</title>
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10-
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
11-
rel="stylesheet">
10+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100&display=swap" rel="stylesheet">
11+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap" rel="stylesheet">
12+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap" rel="stylesheet">
1213
<link rel="stylesheet" href="./main.css">
1314
<link rel="icon" href="/assets/m.png">
1415
<meta name="application-name" content="blog.mtib.dev">

0 commit comments

Comments
 (0)