mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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: https://github.com/facebook/react-native/pull/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