react-native-windows
react-native-windows copied to clipboard
New Architecture: support custom .ttf fontFamily
Summary
Support custom .ttf fonts as fontFamily parameter for <Text> and <TextInput>
Motivation
In the old architecture for react native windows it is possible to use .ttf fonts as fontFamily parameter to render custom fonts. However, this is not yet supported by the new architecture. See this issue for more information.
Basic Example
No response
Open Questions
No response