1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02: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

View File

@@ -72,6 +72,12 @@
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
// Weight
.font-normal { font-weight: normal; }
.font-bold { font-weight: bold; }
.font-italic { font-style: normal; }
// Contextual colors
.text-muted {