Skip to content

Commit

Permalink
chore: only get Noto Sans in weight 500
Browse files Browse the repository at this point in the history
  • Loading branch information
mtib committed Sep 9, 2024
1 parent 76aae06 commit 069a276
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions src/base.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<title>{% block title %}blog.mtib.dev{% endblock %}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./main.css">
<link rel="icon" href="/assets/m.png">
<meta name="application-name" content="blog.mtib.dev">
Expand Down
18 changes: 0 additions & 18 deletions src/main.css.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,6 @@ h6 {
"wdth" 100;
}

.noto-sans-light {
font-family: "Noto Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:
"wdth" 100;
}

.noto-sans-bold {
font-family: "Noto Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
font-variation-settings:
"wdth" 100;
}

a {
text-decoration: none;
font-weight: 700;
Expand Down

0 comments on commit 069a276

Please sign in to comment.