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
Post a Comment