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 fo
The one that worked for us is stated in here: https://stackoverflow.com/a/47063000/1920145
Refering to use the current state of the rule:
font-variant-ligatures: none;
We solved this by adding
-webkit-font-variant-ligatures: no-common-ligatures;
to the css styles. It prevents the ligatures from appearing and thus the broken symbols in the font.