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.