Fix font-scoping

This commit is contained in:
Jason Costello 2017-03-08 08:38:22 -08:00 committed by Jack Pearkes
parent 6fa6fcc865
commit 6ead80aebb
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ text-rendering: optimizeLegibility;
body {
font-size: 15px;
color: $black;
font-family: $font-family-open-sans;
font-weight: 300;
}
@ -32,7 +33,7 @@ h3{
}
p, a, input, .alert {
font-family: $font-family-open-sans;
}
//an alternative color for buttons in the doc body