Override font from normalize.css in base for inputs

This commit is contained in:
Tom Moor
2017-09-13 23:15:03 -07:00
parent 2bfeb78359
commit c70c1d328e

View File

@ -20,9 +20,17 @@ body,
margin: 0;
}
body {
body,
button,
input,
optgroup,
select,
textarea {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
font-size: 16px;
line-height: 1.5;
margin: 0;