diff options
| author | Mark Otto <[email protected]> | 2015-12-07 09:24:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 09:24:54 -0800 |
| commit | a78b835143eb0b5c302a9ff4eccc99b302bbb598 (patch) | |
| tree | eae277fcb7e3c15f8706f378fedb4f8ce6eef488 /dist/css/bootstrap.css | |
| parent | 3c4bf98af6490742921bdd385b32afe791ed572c (diff) | |
| download | bootstrap-a78b835143eb0b5c302a9ff4eccc99b302bbb598.tar.xz bootstrap-a78b835143eb0b5c302a9ff4eccc99b302bbb598.zip | |
grunt
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; } |
