Created by: pvdlg
Fixes #21588 (closed), fixes #21652 (closed)
Since Normalize 5.0.0 button, input, select and textarea, do not font: inherit
and define font-family: sans-serif
,font-size: 100%
necolas/normalize.css#649 once merged will remove font-family: sans-serif
,font-size: 100%
but do not restore font: inherit
.
This PR define font: inherit
in reboot and therefore permanently fix the issues #21588 (closed) and #21652 (closed) for wether we use Normalize 5.0.0 or 6.0.0 + necolas/normalize.css#649.
Ref necolas/normalize.css#642, necolas/normalize.css#649