diff options
| author | Mark Otto <[email protected]> | 2012-03-06 21:16:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-06 21:16:40 -0800 |
| commit | 27c3d5a90b5cd8cafc086888959caf10c5e7d503 (patch) | |
| tree | ccba7ee2619b4f2f57a433813aacd428c3cbad9b | |
| parent | 738fac18de63275fbac8e1f81d60121eff557fd3 (diff) | |
| parent | 03bdf82ca270f5c50e310b452b37d01f81a15ba3 (diff) | |
| download | bootstrap-27c3d5a90b5cd8cafc086888959caf10c5e7d503.tar.xz bootstrap-27c3d5a90b5cd8cafc086888959caf10c5e7d503.zip | |
Merge pull request #2436 from gruvii/2.0.2-wip
Add new headings vars to type.less
| -rw-r--r-- | less/type.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 5a0473e76..4e1407b85 100644 --- a/less/type.less +++ b/less/type.less @@ -28,8 +28,9 @@ p { h1, h2, h3, h4, h5, h6 { margin: 0; - font-weight: bold; - color: @grayDark; + font-family: @headingsFontFamily; + font-weight: @headingsFontWeight; + color: @headingsColor; text-rendering: optimizelegibility; // Fix the character spacing for headings small { font-weight: normal; |
