facebook

font-face work on chrome simulator but not iPhone

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #345782 Reply

    Muhammad
    Member

    I use font-face like below, its work on chrome simulator but when I upload to my iPhone/iPad
    the font is not change.

    @font-face {
        font-family: 'myfont';
        src: url('../font/uthmanichafs-webfont.eot');
        src: url('../font/uthmanichafs-webfont.eot?#iefix') format('embedded-opentype'),
             url('../font/uthmanichafs-webfont.woff') format('woff'),
             url('../font/uthmanichafs-webfont.ttf') format('truetype'),
             url('../font/uthmanichafs-webfont.svg#kfgqpc_uthmanic_script_hafsRg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    Does anyone have the same issue?
    your help is appreciated greatly.

Viewing 1 post (of 1 total)
Reply To: font-face work on chrome simulator but not iPhone

You must be logged in to post in the forum log in