Give headers bold by default
This commit is contained in:
parent
6abf49094e
commit
ab3fe59ea3
2 changed files with 4 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue