Further to my last reply, in the section on ligatures at that one link you provided, Tex...
https://helpx.adobe.com/fonts/using/...ntax.html#liga
...it says the following...
Quote:
.class {
font-variant-ligatures: no-common-ligatures;
-moz-font-feature-settings: "liga" 0, "clig" 0;
-webkit-font-feature-settings: "liga" 0, "clig" 0;
font-feature-settings: "liga" 0, "clig" 0;
}
To disable this feature, use the no-common-ligatures value and a numeric index of zero for font-feature-settings.
|
That does NOT work! I had tried all of that before, except for that first line (with "no-common-ligatures"), but just added that in and still no luck -- my long-"s" + "t" lig still renders out. I suppose that's likely due to what Jackie was talking about.