Fix font-scoping
This commit is contained in:
parent
6fa6fcc865
commit
6ead80aebb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue