From: Michael Tremer Date: Tue, 17 Jul 2018 09:56:08 +0000 (+0100) Subject: CSS: h1 has a lower font weight X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=825baccad3cd961651cc7e5c5e9fb8146a01455f;p=ipfire.org.git CSS: h1 has a lower font weight Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index e9e086ad..1e3874d7 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -54,6 +54,7 @@ body { h1 { line-height: 4rem; + font-weight: 300; } h2 {