Skip to content

Commit 048f23c

Browse files
committed
Bold headers fix for Windows browsers
1 parent 6642cce commit 048f23c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body {
3333
h1, h2, h3, h4, h5, h6 {
3434
font-family: $helveticaNeue;
3535
color: $darkerGray;
36-
font-weight: 600;
36+
font-weight: bold;
3737

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

4747
h1 {
48-
font-weight: 500;
4948
font-size: 32px;
5049
a {
5150
color: inherit;
@@ -105,7 +104,7 @@ em, i {
105104
}
106105

107106
strong, b {
108-
font-weight: 600;
107+
font-weight: bold;
109108
}
110109

111110
img {

0 commit comments

Comments
 (0)