mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
Add documentation about .font-weight-bolder/lighter (#27678)
This commit is contained in:
parent
3f422bfc88
commit
38ca58bf3c
1 changed files with 2 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue