mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
rebold headings
This commit is contained in:
parent
f4e879a936
commit
5d961eaeb3
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -311,7 +311,7 @@ h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
@altFontFamily: Georgia, "Times New Roman", Times, serif;
|
@altFontFamily: Georgia, "Times New Roman", Times, serif;
|
||||||
|
|
||||||
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
||||||
@headingsFontWeight: normal; // instead of browser default, bold
|
@headingsFontWeight: bold; // instead of browser default, bold
|
||||||
@headingsColor: inherit; // empty to use BS default, @textColor
|
@headingsColor: inherit; // empty to use BS default, @textColor
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue