Bold headers fix for Windows browsers

This commit is contained in:
Barry Clark 2014-08-22 08:45:24 -04:00
parent 6642ccef55
commit 048f23c237
1 changed files with 2 additions and 3 deletions

View File

@ -33,7 +33,7 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: $helveticaNeue; font-family: $helveticaNeue;
color: $darkerGray; color: $darkerGray;
font-weight: 600; font-weight: bold;
line-height: 1.7; line-height: 1.7;
margin: 1em 0 15px; margin: 1em 0 15px;
@ -45,7 +45,6 @@ h1, h2, h3, h4, h5, h6 {
} }
h1 { h1 {
font-weight: 500;
font-size: 32px; font-size: 32px;
a { a {
color: inherit; color: inherit;
@ -105,7 +104,7 @@ em, i {
} }
strong, b { strong, b {
font-weight: 600; font-weight: bold;
} }
img { img {