diff options
| author | Mark Otto <[email protected]> | 2013-12-08 02:14:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 02:14:24 -0800 |
| commit | 1f9bfa89dc219654b5e096bda9233a58c69216fa (patch) | |
| tree | a940e8056b91a087d605d3b3908ab52f8f4c38b6 /dist/css/bootstrap.css | |
| parent | c37b710e85e379ddffb305af8a765013c0cd0333 (diff) | |
| download | bootstrap-1f9bfa89dc219654b5e096bda9233a58c69216fa.tar.xz bootstrap-1f9bfa89dc219654b5e096bda9233a58c69216fa.zip | |
Fixes #11741: Don't set headings font-family again, just use inherit
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c6107ac4f..39463a621 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -397,7 +397,7 @@ h6, .h4, .h5, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; |
