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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user