0

Surah Font

i want to know which font is used in the image above.i tried using online services but non of them worked. and i also tried all fonts which are available in "in page" but none of them worked ether.or if you know the way to find the font family of the text in image it will be much much appreciated.Thanks

1 Answers1

0

Generally, browsers have "national language" support of only one type of font, normally it also requires UTF-8 charset as the partial document or complete document header. The partial document (markup container element) requires the use of ISO-639-1 international two letter language code on the lang attribute of the element for HTML or XML. Aside the browser, the OS System may have particular language support that will use a set of OS supplied fonts. If you have Arabic fonts in your OS , you use the font library file name for the font. Don't forget to set the markup element "dir" attribute to RTL because Arabic is start at right to left and top to bottom.

Samuel Marchant
  • 331
  • 2
  • 6