css - Ligatures on Firefox -



css - Ligatures on Firefox -

so have wordpress website acf (advanced custom fields) generate text (wysywyg). utilize "benton light" font. displays on chrome , ie, firefox has problem displaying ligatures.

i tried different solutions css3 :

font-feature-settings: "liga=0"; font-variant-ligatures: no-common-ligatures;

(did not work)

also tried js script without success. have read few articles , post , can't seem find solution on web. ?

thank time

add next css-attribute:

letter-spacing: -.1px;

this worked me.

css css3 firefox ligature

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -