-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contentsa-designVisual and UX designVisual and UX design
Description
Zulip web uses the font Source Sans 3 for most text, and Source Code Pro for code blocks and code spans.
Currently, in zulip-flutter as well as in the zulip-mobile RN app, we use system fonts. This has advantages but also disadvantages:
- Bundle a font in the app and use it consistently zulip-mobile#2447
- Solution found: Newer Unicode emojis don't render on older Android devices zulip-mobile#3885
It would be neat to try using the same fonts as on web. Here's Flutter upstream's cookbook recipe for using a custom font:
https://docs.flutter.dev/cookbook/design/fonts
Metadata
Metadata
Assignees
Labels
a-contentParsing and rendering Zulip HTML content, notably message contentsParsing and rendering Zulip HTML content, notably message contentsa-designVisual and UX designVisual and UX design
Type
Projects
Status
Done