Skip to content

Commit

Permalink
Inherit font family for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky161 authored and necolas committed Feb 8, 2018
1 parent ff155ff commit ca8a357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normalize.css
Expand Up @@ -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 */
Expand Down

0 comments on commit ca8a357

Please sign in to comment.