Created
May 14, 2013 17:34
-
-
Save speedsticko/5577871 to your computer and use it in GitHub Desktop.
Form inputs don't inherit font styling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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