fix(style): unify sans font across all elements

This commit is contained in:
ppoffice 2018-11-03 23:19:13 -04:00
parent a2a932f315
commit ab9dc95ffc
1 changed files with 3 additions and 1 deletions

View File

@ -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