由于Google字体在中国被禁止,因此我不得不下载它们并使用FontSquirrel进行转换。
问题:fi / ff / etc很难看
我在这里做了所有步骤Prevent ligatures in Safari (Mavericks/iOS7) via CSS,但没有雪茄。
如何立即禁用连字?-webkit-font-variant-ligatures: no-common-ligatures;
不起作用
最佳答案
尽管使用no-common-ligatures
,您也可以尝试使用none
,unset
或no-contextual
之类的值。 See MDN用于所有可能的值。
在所有现代浏览器中也为should be supported。