Advanced Contextual Alternates opinion

Hi hi,

I have a question regarding contextual alternates. My upright style is going to have 5 alternates for every glyph, but italic style with max 2 alternates per glyph (with contextual substitutions).

Would this difference make troubles within usage and setting text between upright and italic?

What are your thoughts?

Many thanks,
AH

Opentype features are per font/style. So that shouldn’t cause any problems.

Perfect,

thank you!

Hi hi, I have another question regarding advanced contextual alternates.
How could I “turn on” the calt feature via css? Thank you

-moz-font-feature-settings: 'calt';    /* low-level (old Firefox)      */
-webkit-font-feature-settings: 'calt'; /* low-level (old Webkit)       */
font-feature-settings: 'calt' on;

thank you!

The calt feature should be enabled by default.