1
0
Fork 0

💄 Changed headers typography styles

This commit is contained in:
Maxim Lebedev 2022-02-24 01:49:27 +05:00
parent db5bbcefe9
commit c8f353f8a8
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 5 additions and 10 deletions

View File

@ -11,24 +11,19 @@ h4 {
}
h1 {
font-size: var(--s3);
}
h2 {
font-size: var(--s2);
}
h3 {
h2 {
font-size: var(--s1);
}
h3 {
font-size: var(--s0);
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
.font-weight_bold {
font-weight: bold;