I don´t want to contradict you but Its something related to your framework with the font-squirrel @font-face generator.
I "force" it manually with this full sintax (in override.css):
- Code: Select all
@font-face {
font-family: 'AirConditioner';
src: url('../fonts/airconditioner-webfont.eot');
src: url('../fonts/airconditioner-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/airconditioner-webfont.woff') format('woff'),
url('../fonts/airconditioner-webfont.ttf') format('truetype'),
url('../fonts/airconditioner-webfont.svg#airconditioner') format('svg');
}
and in the class or id the:
- Code: Select all
font-family: 'AirConditioner';
And it works fine on all mobile browsers ( chorme, safari, firefox, dolphin ) in ios or Android.
I have fixed it from several days but no time to post it until now for other users help.
Anyway, thanks for your time and support. I am very happy with you.
Thomas C.