Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-08 14:14:24 +0400
committerMark Otto <otto@github.com>2013-12-08 14:14:24 +0400
commit1f9bfa89dc219654b5e096bda9233a58c69216fa (patch)
treea940e8056b91a087d605d3b3908ab52f8f4c38b6 /dist/css/bootstrap.css
parentc37b710e85e379ddffb305af8a765013c0cd0333 (diff)
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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index c6107ac4f4..39463a621f 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;