Increase the default font weight of section and page titles
authorAlexander Ebert <ebert@woltlab.com>
Wed, 3 May 2023 14:01:02 +0000 (16:01 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 3 May 2023 14:01:02 +0000 (16:01 +0200)
wcfsetup/install/files/style/bootstrap/mixin/font.scss

index 24812cee7d0670905b809cafd2824dbff3cee206..7c798399f801679724dbb05d36f816a03250061a 100644 (file)
@@ -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 {