[Neue] Ligatures & composer (#5427)
* Disable contextual ligatures * Ensure new type styles are applied to the composer * Clean up using real devices * Feedback
This commit is contained in:
@@ -108,4 +108,10 @@ export function applyFonts(
|
||||
style.fontFamily = style.fontFamily || FAMILIES
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Disable contextual ligatures
|
||||
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant}
|
||||
*/
|
||||
style.fontVariant = ['no-contextual']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user