Skip to content

Commit 069a276

Browse files
committed
chore: only get Noto Sans in weight 500
1 parent 76aae06 commit 069a276

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/base.html.jinja2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
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:wght@100&display=swap" rel="stylesheet">
1110
<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">
1311
<link rel="stylesheet" href="./main.css">
1412
<link rel="icon" href="/assets/m.png">
1513
<meta name="application-name" content="blog.mtib.dev">

src/main.css.jinja2

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,6 @@ h6 {
6060
"wdth" 100;
6161
}
6262

63-
.noto-sans-light {
64-
font-family: "Noto Sans", sans-serif;
65-
font-optical-sizing: auto;
66-
font-weight: 100;
67-
font-style: normal;
68-
font-variation-settings:
69-
"wdth" 100;
70-
}
71-
72-
.noto-sans-bold {
73-
font-family: "Noto Sans", sans-serif;
74-
font-optical-sizing: auto;
75-
font-weight: 900;
76-
font-style: normal;
77-
font-variation-settings:
78-
"wdth" 100;
79-
}
80-
8163
a {
8264
text-decoration: none;
8365
font-weight: 700;

0 commit comments

Comments
 (0)