You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accurately import falsy project metadata values (like zero or empty string) and not fall back to default values.
OTF import/export now accurately handles the Italic Angle property.
OTF import now reads the Weight Class property.
Import progress bar and counter now accurately reflect current item and item total.
Quality improvements
Ligatures are now sorted better. They are first sorted by length (longer sequences first). Then, they are sorted by Unicode Code Point number. Previously they were sorted by JavaScript's "Locale Compare" function... but this was resulting in an unpredictable sort order.