-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
a-designVisual and UX designVisual and UX design
Milestone
Description
Since #403, we don't bundle a font for emoji; instead we rely on the system fonts for showing Unicode emoji. This has advantages but also disadvantages:
The reason that since #403 we don't bundle a font is that we haven't found a good emoji font that works in Flutter on iOS, and although the one we were shipping seems to largely work on Android it's not clear it always does. Specifically there's this upstream issue:
and the symptom when it doesn't work is that using the font produces a blank space, even when the system font would have handled the emoji just fine.
If that upstream issue gets fixed, then we should be able to just resume shipping Noto Color Emoji in its COLRv1 form.
Metadata
Metadata
Assignees
Labels
a-designVisual and UX designVisual and UX design
Type
Projects
Status
Done