Make headings slightly thicker
All checks were successful
continuous-integration/drone/push Build is passing

Actually this increades the font-weight just to at least match the
normal text.

Fixes #1309
This commit is contained in:
2020-04-30 11:48:39 +02:00
parent 27a009cb7a
commit a7881abdaf

View File

@@ -54,7 +54,7 @@ h1, .h1 {
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-weight: 300;
font-weight: 400;
}
// Inherit the non-standard font settings into form controls.