Fix font scoping issue
This commit is contained in:
parent
41223f9c18
commit
c031da9577
|
@ -8,8 +8,9 @@ text-rendering: optimizeLegibility;
|
|||
}*/
|
||||
|
||||
body {
|
||||
font-size: 18px;
|
||||
color: $black;
|
||||
font-family: $font-family-open-sans;
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
@ -34,10 +35,6 @@ h3 {
|
|||
line-height: 1.2;
|
||||
}
|
||||
|
||||
p, a {
|
||||
font-family: $font-family-open-sans;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue