diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5f0e4a..52758da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * #2375 Add `.is-relative` helper * #2321 Make `.navbar` focus behave like hover for the navigation * #2290 Fix #1186 -> Reset the offset on columns +* #2231 Add `.has-text-weight-medium` helper ### Improvements diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index e32aa85d..e2c30812 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -1088,6 +1088,10 @@ a.has-text-danger:hover, a.has-text-danger:focus { font-weight: 400 !important; } +.has-text-weight-medium { + font-weight: 500 !important; +} + .has-text-weight-semibold { font-weight: 600 !important; } diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 80481a77..95c842e8 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -402,6 +402,10 @@ breadcrumb: has-text-weight-normal Transforms text weight to normal + + has-text-weight-medium + Transforms text weight to medium + has-text-weight-semibold Transforms text weight to semi-bold