Add light weight to text utility classes (#23970)

This commit is contained in:
Andres Galante 2017-09-17 03:53:05 -03:00 committed by XhmikosR
parent f17b165f0f
commit 7e3ff772d0
1 changed files with 1 additions and 0 deletions

View 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 %}