aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscss/style.scss4
-rw-r--r--style.css8
2 files changed, 4 insertions, 8 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 602fbfe..9bdbb47 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -30,7 +30,7 @@ body {
h1, h2, h3, h4, h5, h6 {
font-family: $helveticaNeue;
color: $darkerGray;
- font-weight: 500;
+ font-weight: 600;
line-height: 1.7;
margin: 1em 0 15px;
@@ -56,13 +56,11 @@ h2 {
h3 {
font-size: 18px;
- font-weight: 600;
}
h4 {
font-size: 18px;
color: $gray;
- font-weight: 600;
}
p {
diff --git a/style.css b/style.css
index e537b2b..7123d0b 100644
--- a/style.css
+++ b/style.css
@@ -49,7 +49,7 @@ body {
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222222;
- font-weight: 500;
+ font-weight: 600;
line-height: 1.7;
margin: 1em 0 15px;
padding: 0; }
@@ -68,13 +68,11 @@ h2 {
font-size: 24px; }
h3 {
- font-size: 18px;
- font-weight: 600; }
+ font-size: 18px; }
h4 {
font-size: 18px;
- color: #666666;
- font-weight: 600; }
+ color: #666666; }
p {
margin: 15px 0; }