Adding Arabic Symbol fonts

Home Forums Use Any Fonts Adding Arabic Symbol fonts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3235
    Naved
    Guest

    I’m trying to use an Arabic symbol font from here: http://fonts.qurancomplex.gov.sa/download/Symbols1_Ver02.otf

    The CSS I obtain through UseAnyFont is:

    @font-face {
    font-family: ‘KFGQPC Arabic Symbols 01’;
    font-style: normal;
    src: url(‘//[path]/useanyfont/140616031549Symbols1_Ver02.eot’);
    src: local(‘KFGQPC Arabic Symbols 01’), url(‘//[path]/useanyfont/140616031549Symbols1_Ver02.eot’) format(’embedded-opentype’), url(‘//[path]/useanyfont/140616031549Symbols1_Ver02.woff’) format(‘woff’);
    }

    The font is listed in the font family dropdown of TinyMCE, but I am unable to see any effect on the text. The interesting thing is that I can use with CSS to style specific text.

    What could be going wrong?

    #3236
    Dinesh
    Keymaster

    Hi Naved,

    Can you keep that in a page and send me the url ? I will check it here and let you know.

    Thanks

    #3243
    Naved
    Guest

    Not sure what the problem was, but when I re-added the font after deleting it, it works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding Arabic Symbol fonts’ is closed to new replies.