diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md index 6c5506a5ca..673c62552c 100644 --- a/site/docs/4.1/utilities/text.md +++ b/site/docs/4.1/utilities/text.md @@ -85,8 +85,10 @@ Quickly change the weight (boldness) of text or italicize text. {% capture example %}
Bold text.
+Bolder weight text (relative to the parent element).
Normal weight text.
Light weight text.
+Lighter weight text (relative to the parent element).
Italic text.
{% endcapture %} {% include example.html content=example %}