From ca8a357baf6e724ab84843ac4607f8d2024cf0f8 Mon Sep 17 00:00:00 2001 From: Andrey Chechkin Date: Wed, 6 Sep 2017 13:25:17 +0300 Subject: [PATCH] Inherit font family for inputs --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index e965db187..bbbd79d59 100644 --- a/normalize.css +++ b/normalize.css @@ -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 */