Boost titles font weights
This commit is contained in:
parent
f0da5b78ac
commit
00d16d33f8
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ body {
|
||||||
max-width: 64ch;
|
max-width: 64ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2 {
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
|
|
Reference in a new issue