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 /less | |
| 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 'less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 3681e99b5..fea7bc75a 100644 --- a/less/variables.less +++ b/less/variables.less @@ -58,7 +58,7 @@ @line-height-base: 1.428571429; // 20/14 @line-height-computed: floor(@font-size-base * @line-height-base); // ~20px -@headings-font-family: @font-family-base; +@headings-font-family: inherit; @headings-font-weight: 500; @headings-line-height: 1.1; @headings-color: inherit; |
