File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 7
7
<title >{% block title %} blog.mtib.dev{% endblock %} </title >
8
8
<link rel =" preconnect" href =" https://fonts.googleapis.com" >
9
9
<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" >
11
10
<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" >
13
11
<link rel =" stylesheet" href =" ./main.css" >
14
12
<link rel =" icon" href =" /assets/m.png" >
15
13
<meta name =" application-name" content =" blog.mtib.dev" >
Original file line number Diff line number Diff line change 60
60
"wdth" 100;
61
61
}
62
62
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
-
81
63
a {
82
64
text-decoration: none;
83
65
font-weight: 700;
You can’t perform that action at this time.
0 commit comments