diff options
| author | Mark Otto <[email protected]> | 2012-03-06 21:16:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-06 21:16:57 -0800 |
| commit | a613a8ebd01ab9206bc1a84a0bf6945a1238aa5e (patch) | |
| tree | 3019b523e602708f5729e49e77ae45755f04ea3c | |
| parent | 69e4522a4e4c1b021f5abb3a7018926645eac2fa (diff) | |
| parent | 27c3d5a90b5cd8cafc086888959caf10c5e7d503 (diff) | |
| download | bootstrap-a613a8ebd01ab9206bc1a84a0bf6945a1238aa5e.tar.xz bootstrap-a613a8ebd01ab9206bc1a84a0bf6945a1238aa5e.zip | |
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
| -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; |
