css - Iconfont / webfont not showing in iPhone safari browser -


the glyphs in iconfont, custom web font in navigation in footer, not showing when viewed on iphone. ios 6.1.4

any idea why happening , how fix it?

here screenshot of icons in footer not appearing: enter image description here

here link page happening

the problem ios provides partial support font-feature-settings css property can use ligatures in ios safari adding text-rendering: optimizelegibility. following link (http://clagnut.com/sandbox/opentype/ligatures) shows text using font magenta common & discretionary ligatures on , other text common & discretionary ligatures off.

if access link ios device see both texts equal. means ios not support ligatures font-feature-settings , why gyphs in typography not work on ios.

to make work in ios, you'll have add text-rendering: optimizelegibility css. reference may "tomorrow’s web type today: fine flourish of ligature". but, should read "is safe use css rule “text-rendering: optimizelegibility;” on text?".

you find example of font working in ios in following link:

http://jsfiddle.net/poselab/tqjgc/

text-rendering: optimizelegibility; 

a screenshot of jsfiddle iphone:

enter image description here


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -