fix(style): unify sans font across all elements
parent
a2a932f315
commit
ab9dc95ffc
|
@ -8,9 +8,11 @@ html
|
|||
font-size: 14px
|
||||
|
||||
body
|
||||
font-family: family-sans
|
||||
background-color: #f7f7f7
|
||||
|
||||
body, button, input, select, textarea
|
||||
font-family: family-sans
|
||||
|
||||
@media screen and (min-width: 1280px)
|
||||
.is-1-column .container
|
||||
.is-2-column .container
|
||||
|
|
Loading…
Reference in New Issue