forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support system font families on iOS (facebook#47544)
Summary: Apple introduced system font families ``` font-family: system-ui; font-family: ui-sans-serif; font-family: ui-serif; font-family: ui-monospace; font-family: ui-rounded; ``` for Safari at 2020 (see https://developer.apple.com/videos/play/wwdc2020/10663/?time=872). This PR implementation supports above font families on iOS. bypass-github-export-checks ## Changelog: [IOS] [ADDED] - Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS Pull Request resolved: facebook#47544 Test Plan: Run `RNTester` and view the `Text` component where shows the usage for those font families. Reviewed By: NickGerleman Differential Revision: D65761307 Pulled By: cipolleschi fbshipit-source-id: 18628160b7753b314389e887cddfe9d0ec96ee1d
- Loading branch information
1 parent
61e876e
commit 1763321
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters