Give headers bold by default
This commit is contained in:
parent
6abf49094e
commit
ab3fe59ea3
|
@ -30,7 +30,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: 500;
|
font-weight: 600;
|
||||||
|
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
margin: 1em 0 15px;
|
margin: 1em 0 15px;
|
||||||
|
@ -56,13 +56,11 @@ h2 {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -49,7 +49,7 @@ body {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
margin: 1em 0 15px;
|
margin: 1em 0 15px;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
@ -68,13 +68,11 @@ h2 {
|
||||||
font-size: 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 18px;
|
font-size: 18px; }
|
||||||
font-weight: 600; }
|
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #666666;
|
color: #666666; }
|
||||||
font-weight: 600; }
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 15px 0; }
|
margin: 15px 0; }
|
||||||
|
|
Loading…
Reference in a new issue