Skip to content Skip to sidebar Skip to footer

Type Arabic Font In Html Text Fields

my requirement is to have an application which takes Arabic data as input in an html text field. i tried a few fonts but they don't let me type Arabic in html text field.any pointe

Solution 1:

Check out this list of web-safe fonts and feel free to choose whichever of them supports arabic. Note that a custom font (search @font-face) is not a bad idea since many platforms and browsers often use fallback fonts instead of the ones specified in a webpage. You can see some free-for-commercial-use fonts here.


Solution 2:

And make sure that you set up meta charset with UTF8!


Solution 3:

The suitable generic fonts like "Arial","Times New Roman".. before that you should check the page encoding (eg. utf-8).. and set the non-unicodes option at your OS to support arabic.


Post a Comment for "Type Arabic Font In Html Text Fields"