Bug: Emoji break line spacing with most fonts other than the system font
-
With most fonts, inserting any Emoji will increase the line height for the line with the Emoji, breaking the vertical rhythm of the text. (🤓: Looks like the app is using line height values relative to the current font – e. g. “140%” – instead of absolute values such as “18px” or “1.7rem”)
Expected behaviour: line spacing should stay uniform no matter which glyphs are used (i. e. when the system needs to use a fallback substitute for the current font in case it does not contain a required glyph).
(System: iOS, iPadOS, MacOS)