mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Merge pull request #2436 from gruvii/2.0.2-wip
Add new headings vars to type.less
This commit is contained in:
commit
27c3d5a90b
@ -28,8 +28,9 @@ p {
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: bold;
|
font-family: @headingsFontFamily;
|
||||||
color: @grayDark;
|
font-weight: @headingsFontWeight;
|
||||||
|
color: @headingsColor;
|
||||||
text-rendering: optimizelegibility; // Fix the character spacing for headings
|
text-rendering: optimizelegibility; // Fix the character spacing for headings
|
||||||
small {
|
small {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user