Commit 03bdf82c authored by Mark Figueredo's avatar Mark Figueredo

Added use of new headings variables.

parent 738fac18
...@@ -28,8 +28,9 @@ p { ...@@ -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;
......
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