Is it posible for input field to have one font-family and it\'s placeholder other?
I have tried to change font-family for input\'s placeholder with already defined @
Found it...
Prefix for Firefox 19+ users is ::-moz-placeholder
::-moz-placeholder
And the code looks like this
.mainLoginInput::-moz-placeholder { font-family: 'myFont', Arial, Helvetica, sans-serif; }