Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created April 14, 2014 10:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siggiarni/10635804 to your computer and use it in GitHub Desktop.
Save siggiarni/10635804 to your computer and use it in GitHub Desktop.
The only font that emulate correctly the password field's big dots of other browsers is Verdana.See: http://stackoverflow.com/questions/6859727/styling-password-fields-in-css
input[type="password"]
{
font: large Verdana,sans-serif;
letter-spacing: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment