mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
Change italicized to italic
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
This commit is contained in:
parent
9f5f53ac7b
commit
9cf2e50b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ 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-italic">Italicized text.</p>
|
||||
<p class="font-italic">Italic text.</p>
|
||||
{% endexample %}
|
||||
|
||||
## Contextual colors and backgrounds
|
||||
|
|
|
|||
Loading…
Reference in a new issue