blob: e27ff92e37db5fc46c64b2a8323ff8ace144f7d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
body {
margin: 0;
font-family: 'sans-serif';
}
h1, h2, h3, h4 {
font-weight: 400;
}
code[class*="language-"], nav, .blog-list {
font-style: normal;
font-weight: 400;
font-size: 1.025rem;
}
tags {
font-family: "monospace";
}
.list-item {
font-family: "monospace";
}
|