Decrease letter spacing for headers

It was too wiiiiide for my taste
This commit is contained in:
David Lapshin
2024-05-19 04:25:23 +03:00
parent 2aac9031d6
commit a9565bd37d

View File

@ -76,7 +76,7 @@ h6 {
font-weight: lighter; font-weight: lighter;
line-height: normal; line-height: normal;
font-family: var(--font-antique); font-family: var(--font-antique);
letter-spacing: -0.02em; letter-spacing: -0.05em;
} }
h1 { h1 {