Is there any possibility to prevent Safari/Mobile Safari on Mavericks/iOS7 from rendering ligatures in a Webfont? We're facing issues with not available ligatures in the font beeing displayed as white space.
We already tried using this in the CSS:
-webkit-font-feature-settings:"liga" 0;
font-feature-settings:"liga" 0;
text-rendering: optimizeSpeed;
But it's not working, the ligatures are still blank spaces.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…