Skip to content

Commit

Permalink
Add documentation about .font-weight-bolder/lighter (#27678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Nov 18, 2018
1 parent 3f422bf commit 38ca58b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/4.1/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ Quickly change the weight (boldness) of text or italicize text.

{% capture example %}
<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-bolder">Bolder weight text (relative to the parent element).</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-weight-light">Light weight text.</p>
<p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p>
<p class="font-italic">Italic text.</p>
{% endcapture %}
{% include example.html content=example %}
Expand Down

0 comments on commit 38ca58b

Please sign in to comment.