Inherit font family for inputs

This commit is contained in:
Andrey Chechkin 2017-09-06 13:25:17 +03:00 committed by Nicolas Gallagher
parent ff155ffecd
commit ca8a357baf

View File

@ -240,7 +240,7 @@ input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */