mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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