Using Arabic fonts with the extension .otf

前端 未结 3 2095
孤街浪徒
孤街浪徒 2021-01-25 04:54

I\'m working on a small project, where the client sent me a font that he wants me to use for the Arabic language. The file extension for the file is .otf

I embedded the

3条回答
  •  余生分开走
    2021-01-25 05:16

    Try converting the font to TrueType (.ttf) and SVG (.svg), and then use TrueType for IE, and SVG for Safari and Chrome.

    You can use FontForge for converting the fonts.

提交回复
热议问题