Skip to content

Commit ca8a357

Browse files
Sky161necolas
authored andcommitted
Inherit font family for inputs
1 parent ff155ff commit ca8a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ input,
240240
optgroup,
241241
select,
242242
textarea {
243-
font-family: sans-serif; /* 1 */
243+
font-family: inherit; /* 1 */
244244
font-size: 100%; /* 1 */
245245
line-height: 1.15; /* 1 */
246246
margin: 0; /* 2 */

0 commit comments

Comments
 (0)