-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get system default font? #1249
Comments
Checking in if there's an update here. I want to avoid the download penalty of adding more fonts to the app build size, especially when dealing with multiple languages. Using system font[s] as a backup will be a great improvement |
We are working on it, see #1503 |
Closed
This has been shipped: https://shopify.github.io/react-native-skia/docs/text/fonts#system-fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #1201
Originally posted by KrisLau December 13, 2022
I'm trying to use the Text component but I don't need a custom font so I'd preferably like to use the system default font. Is there a way to do so right now?
I know there is a future plan for adding a default text to the Text component (#930), just wondering if there's a workaround for now?
The text was updated successfully, but these errors were encountered: