File tree Expand file tree Collapse file tree 3 files changed +34
-16
lines changed Expand file tree Collapse file tree 3 files changed +34
-16
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@500&display=swap" rel =" preload" as =" style"
11
- onload =" this.onload=null;this.rel='stylesheet'" >
12
- <noscript >
13
- <link href =" https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap" rel =" stylesheet" >
14
- </noscript >
10
+ <link href =" https://fonts.googleapis.com/css2?family=Sono:wght@500&display=swap" rel =" stylesheet" >
11
+ <link href =" https://fonts.googleapis.com/css2?family=Sono:wght,MONO@500,0&display=swap" rel =" stylesheet" >
12
+ <link href =" https://fonts.googleapis.com/css2?family=Sono:wght,MONO@700,0&display=swap" rel =" stylesheet" >
15
13
<link rel =" stylesheet" href =" /main.css" >
16
14
<link rel =" icon" href =" /assets/m.png" >
17
15
<meta name =" application-name" content =" blog.mtib.dev" >
31
29
32
30
<body >
33
31
34
- <div class =" noto-sans-default " >
32
+ <div class =" sono-body " >
35
33
<div style ="
36
34
display : flex ;
37
35
flex-direction : column ;
40
38
padding : 10px 0 50px 0 ; " >
41
39
<div class =" item" >
42
40
{% block heading %}
43
- <h1 >blog.mtib.dev</h1 >
41
+ <h1 class = " sono-mono " >blog.mtib.dev</h1 >
44
42
{% endblock %}
45
43
</div >
46
44
{% block content %}
69
67
70
68
</body >
71
69
72
-
73
70
</html >
Original file line number Diff line number Diff line change 2
2
{% block content %}
3
3
{% for part in index .parts %}
4
4
<div class =" item" >
5
- <h2 >{{part.title}}</h2 >
5
+ <h2 class = " sono-mono " >{{part.title}}</h2 >
6
6
{% if part .description %}
7
7
<p >{{part.description}}</p >
8
8
{% endif %}
Original file line number Diff line number Diff line change 50
50
color: #fdf;
51
51
}
52
52
53
+ .sono-body {
54
+ font-family: "Sono", monospace;
55
+ font-optical-sizing: auto;
56
+ font-weight: 500;
57
+ font-style: normal;
58
+ font-variation-settings:
59
+ "MONO" 0;
60
+ }
53
61
54
- .noto-sans-default {
55
- font-family: "Noto Sans ", sans-serif ;
56
- font-optical-sizing: auto;
57
- font-weight: 500;
58
- font-style: normal;
59
- font-variation-settings:
60
- "wdth" 100 ;
62
+ .sono-mono {
63
+ font-family: "Sono ", monospace ;
64
+ font-optical-sizing: auto;
65
+ font-weight: 500;
66
+ font-style: normal;
67
+ font-variation-settings:
68
+ "MONO" 1 ;
61
69
}
62
70
63
71
a {
64
72
text-decoration: none;
65
73
font-weight: 700;
66
74
color: #f4f;
75
+ font-family: "Sono", monospace;
76
+ font-optical-sizing: auto;
77
+ font-style: normal;
78
+ font-variation-settings:
79
+ "MONO" 1;
67
80
}
68
81
69
82
a:hover {
@@ -74,6 +87,14 @@ a:visited {
74
87
color: #f8f;
75
88
}
76
89
90
+ h1 {
91
+ font-size: 4rem;
92
+ }
93
+
94
+ h2 {
95
+ font-size: 2.5rem;
96
+ }
97
+
77
98
ul {
78
99
list-style: none;
79
100
padding-left: 20px;
You can’t perform that action at this time.
0 commit comments