+ You can transform the text weight with the use of one of 4 text weight helpers: +
+diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 79bb9e72..55ad69a7 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -385,5 +385,44 @@ doc-subtab: typography-helpers + {% include anchor.html name="Text weight" %} + +
+ You can transform the text weight with the use of one of 4 text weight helpers: +
+| + Class + | ++ Weight + | +
|---|---|
.has-text-weight-light |
+ Transforms text weight to light | +
.has-text-weight-normal |
+ Transforms text weight to normal | +
.has-text-weight-semibold |
+ Transforms text weight to semi-bold | +
.has-text-weight-bold |
+ Transforms text weight to bold | +