html - Prevent ligatures in Safari (Mavericks/iOS7) via CSS -


Is there a possibility to stop Safari / Mobile Safari on Mavericks / iOS 7 by rendering the lipature in a webfone? We are facing issues not appearing in white beings in flight beings.

We are already trying to use it in CSS:

  -webkit-font-feature -Settings: "Liga" 0; Font-feature-settings: "liga" 0; Text-Rendering: Optimize Speed;  

But it is not working, ligatures are still spaces.

We call it

  -webkit-font-variant-ligatures: No-common-ligatures have been solved by adding; For CSS styles  

This prevents the ligature from appearing and thus prevents broken symbols in the font.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -