Skip to content

Commit

Permalink
Bold headers fix for Windows browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed Aug 22, 2014
1 parent 6642cce commit 048f23c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
h1, h2, h3, h4, h5, h6 {
font-family: $helveticaNeue;
color: $darkerGray;
font-weight: 600;
font-weight: bold;

line-height: 1.7;
margin: 1em 0 15px;
Expand All @@ -45,7 +45,6 @@ h1, h2, h3, h4, h5, h6 {
}

h1 {
font-weight: 500;
font-size: 32px;
a {
color: inherit;
Expand Down Expand Up @@ -105,7 +104,7 @@ em, i {
}

strong, b {
font-weight: 600;
font-weight: bold;
}

img {
Expand Down

0 comments on commit 048f23c

Please # to comment.