Form elements don't inherit font settings, you have to set these properties manually.
If you use font declaration for eg. body,
body {font-family: arial, sans-serif}
use just
body, input, textarea, button {font-family: arial, sans-serif}
or
input, textarea, button {font-family: inherit}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…