I\'m experiencing a minor issue with fonts in my stylesheet.
This is my CSS:
body { ... font: normal 62.5% \"Lucida Sans Unicode\",sans-serif; }
The best I can find is to set input[type="password"] {font:small-caption;font-size:16px}
input[type="password"] {font:small-caption;font-size:16px}
Demo:
input { font: small-caption; font-size: 16px; }