View Single Post
Old 01-15-2019, 09:26 AM   #1
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
Turn off ligatures (temporarily)?

Right now in my ebook I've got ligatures turned on everywhere with this bit in my CSS...

Code:
	-moz-font-feature-settings: "hist=1, liga=1, dlig=1";
	-ms-font-feature-settings: "hist", "liga", "dlig";
	-webkit-font-feature-settings: "hist", "liga", "dlig";
	-o-font-feature-settings: "hist", "liga", "dlig";
	font-feature-settings: "hist", "liga", "dlig";
...which works fine, but what would I change that to if I wanted to set up a class to just temporarily turn all ligs off for a word or phrase or something?
Psymon is offline   Reply With Quote