aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/type.less5
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;