From 7e3ff772d0d1c5a407a44d8925518654e3f3d6d2 Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Sun, 17 Sep 2017 03:53:05 -0300 Subject: [PATCH] Add light weight to text utility classes (#23970) --- docs/4.0/utilities/text.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/4.0/utilities/text.md b/docs/4.0/utilities/text.md index 6998710386..69b2dee8c8 100644 --- a/docs/4.0/utilities/text.md +++ b/docs/4.0/utilities/text.md @@ -77,5 +77,6 @@ Quickly change the weight (boldness) of text or italicize text. {% example html %}

Bold text.

Normal weight text.

+

Light weight text.

Italic text.

{% endexample %}