Increase the `font-weight` of headlines to `600`
authorAlexander Ebert <ebert@woltlab.com>
Mon, 21 Aug 2023 15:14:10 +0000 (17:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 21 Aug 2023 15:14:10 +0000 (17:14 +0200)
wcfsetup/install/files/style/bootstrap/mixin/font.scss

index 7c798399f801679724dbb05d36f816a03250061a..7ab7cf97af0446a3ac5fc4fe3578a186662da868 100644 (file)
@@ -25,7 +25,7 @@
 }
 
 @mixin wcfFontHeadline {
-       font-weight: 400;
+       font-weight: 600;
        line-height: 1.28;
 
        @include screen-md-up {