Commit 5d961eae authored by Mark Otto's avatar Mark Otto

rebold headings

parent f4e879a9
......@@ -311,7 +311,7 @@ h5,
h6 {
margin: 0;
font-family: inherit;
font-weight: normal;
font-weight: bold;
color: inherit;
text-rendering: optimizelegibility;
}
......
......@@ -51,7 +51,7 @@
@altFontFamily: Georgia, "Times New Roman", Times, serif;
@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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment