2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fixes #18433: add three new font utils

This commit is contained in:
Mark Otto
2015-12-06 16:39:55 -08:00
parent db0f2df59c
commit 26da610bd0
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -121,6 +121,16 @@ Transform text in components with text capitalization classes.
<p class="text-capitalize">CapiTaliZed text.</p>
{% endexample %}
## Font weight and style
Quickly change the weight and style of text.
{% example html %}
<p class="font-normal">Normal text.</p>
<p class="font-bold">Bold text.</p>
<p class="font-italic">Italicized text.</p>
{% endexample %}
## Contextual colors and backgrounds
Convey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.