Skip to content

Instantly share code, notes, and snippets.

@speedsticko
Created May 14, 2013 17:34
Show Gist options
  • Save speedsticko/5577871 to your computer and use it in GitHub Desktop.
Save speedsticko/5577871 to your computer and use it in GitHub Desktop.
Form inputs don't inherit font styling.
Form items (inputs/textarea/etc) don't inherit font information. You'll need to set the font-family on those items:
input, select, textarea, button{font-family:inherit;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment