0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Change italicized to italic

...otherwise, by the same logic, it should be "Bolded text" above. just
looks clunky...
This commit is contained in:
Patrick H. Lauke 2015-12-23 14:26:29 +00:00
parent 9f5f53ac7b
commit 9cf2e50b1e

View File

@ -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