I had created mobile web app using jQuery Mobile framework. I also added some external Arabic font to my .css file. When I test webpage in desktop browser like Chrome, Firefox etc. it's working well. But when I test webpage in Mobile Safari on my iPod touch it's not working, it still shows default font...
My CSS is:
@font-face {
font-family: 'Amiri-Bold';
src: url('amiri-bold.eot');
src: url('amiri-bold.eot?#iefix') format('embedded-opentype'),
url('famiri-bold.woff') format('woff'),
url('amiri-bold.ttf') format('truetype'),
url('amiri-bold.svg#amiri-bold') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
font-size:16px;
font-family:Amiri-Bold;
}
And my HTML is:
<h1>يبييبي يب يب يبب</h1>