@Lely and @john
For .tk-halcom
typeface, I need this opentype feature enable globally for Halcom:
.halcom-feature {
font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
-webkit-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
-moz-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
-ms-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
}
For .tk-facto
typeface, I need this opentype feature enable globally for Facto:
.facto-feature {
font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "swshs" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
-webkit-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "swshs" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
-moz-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "swshs" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
-ms-font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "frac" 0, "salt" 1, "swshs" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "salt" 1, "pnum" 1, "onum" 0 !important;
}
Please, help me to enable these opentype feature there.
Note 1: each typeface brings unique configuration about opentype features.
Note 2: I need a global configuration for each typeface.