Open RoelN opened 3 years ago
Current CSS outputs CSS to only turn on a feature, not to select specific lookups.
E.g. it will output font-feature-settings: "aalt" 1;, turning on the first set of alternates. But if there are multiple sets, the CSS should list them.
font-feature-settings: "aalt" 1;
Something like:
.bungee-aalt-set1 { font-feature-settings: "aalt" 1; } .bungee-aalt-set2 { font-feature-settings: "aalt" 2; }
Current CSS outputs CSS to only turn on a feature, not to select specific lookups.
E.g. it will output
font-feature-settings: "aalt" 1;
, turning on the first set of alternates. But if there are multiple sets, the CSS should list them.Something like: