View Single Post
Old 01-16-2019, 06:04 PM   #21
Psymon
Chief Bohemian Misfit
Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.
 
Psymon's Avatar
 
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
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.
Psymon is offline   Reply With Quote