]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add light weight to text utility classes (#23970)
authorAndres Galante <agalante@gmail.com>
Sun, 17 Sep 2017 06:53:05 +0000 (03:53 -0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 17 Sep 2017 06:53:05 +0000 (09:53 +0300)
docs/4.0/utilities/text.md

index 6998710386d5eb31386d3a992e83dc198dc31d08..69b2dee8c8440a44097cb9682ce49dc642b5d220 100644 (file)
@@ -77,5 +77,6 @@ Quickly change the weight (boldness) of text or italicize text.
 {% example html %}
 <p class="font-weight-bold">Bold text.</p>
 <p class="font-weight-normal">Normal weight text.</p>
+<p class="font-weight-light">Light weight text.</p>
 <p class="font-italic">Italic text.</p>
 {% endexample %}