From: Alexander Ebert Date: Wed, 3 May 2023 14:01:02 +0000 (+0200) Subject: Increase the default font weight of section and page titles X-Git-Tag: 6.0.0_Alpha_1~166 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=369f36a1800744caedc21d199377ee55f523355a;p=GitHub%2FWoltLab%2FWCF.git Increase the default font weight of section and page titles --- diff --git a/wcfsetup/install/files/style/bootstrap/mixin/font.scss b/wcfsetup/install/files/style/bootstrap/mixin/font.scss index 24812cee7d..7c798399f8 100644 --- a/wcfsetup/install/files/style/bootstrap/mixin/font.scss +++ b/wcfsetup/install/files/style/bootstrap/mixin/font.scss @@ -38,7 +38,7 @@ } @mixin wcfFontSection { - font-weight: 300; + font-weight: 600; line-height: 1.28; @include screen-md-up { @@ -51,7 +51,7 @@ } @mixin wcfFontTitle { - font-weight: 300; + font-weight: 600; line-height: 1.05; @include screen-md-up {