aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-08-22 08:45:24 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-08-22 08:45:24 -0400
commit048f23c23734220bd2ebb5fd59e3d7a479636b0b (patch)
treee31b95ae687c5b2865df3a2b853928e5d527efaa /style.scss
parent6642ccef55c26ebd7582d42e72fc150164d37419 (diff)
downloadkompetenzbolzen.github.io-048f23c23734220bd2ebb5fd59e3d7a479636b0b.tar.gz
Bold headers fix for Windows browsers
Diffstat (limited to 'style.scss')
-rwxr-xr-xstyle.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/style.scss b/style.scss
index 6bcc91a..71fc36c 100755
--- a/style.scss
+++ b/style.scss
@@ -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;
@@ -45,7 +45,6 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
- font-weight: 500;
font-size: 32px;
a {
color: inherit;
@@ -105,7 +104,7 @@ em, i {
}
strong, b {
- font-weight: 600;
+ font-weight: bold;
}
img {