Fix font scoping issue

This commit is contained in:
Jason Costello 2017-03-08 10:11:14 -08:00 committed by Jack Pearkes
parent 41223f9c18
commit c031da9577
1 changed files with 2 additions and 5 deletions

View File

@ -8,8 +8,9 @@ text-rendering: optimizeLegibility;
}*/ }*/
body { body {
font-size: 18px;
color: $black; color: $black;
font-family: $font-family-open-sans;
font-size: 18px;
font-weight: 400; font-weight: 400;
} }
@ -34,10 +35,6 @@ h3 {
line-height: 1.2; line-height: 1.2;
} }
p, a {
font-family: $font-family-open-sans;
}
.highlight{ .highlight{
margin-bottom: 18px; margin-bottom: 18px;
} }