html - Font Awesome icon in input placeholder not working -
i trying use font awesome icons in input placeholder.
i tried not working.
<body> <input type="text" placeholder="" style="font-family:fontawesome"/> </body>
what’s wrong this? getting weird number in placeholder instead of icon.
you can add font awesome icon
<input type="text" placeholder="" style="font-family:arial, fontawesome" />
you can check out fiddle fiddle click here
Comments
Post a Comment