diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 119ef984f..f73f89b7e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5728,6 +5728,18 @@ button.close { text-transform: capitalize !important; } +.font-normal { + font-weight: normal; +} + +.font-bold { + font-weight: bold; +} + +.font-italic { + font-style: normal; +} + .text-muted { color: #818a91; } |
