How do I change the font-family? #2258
Answered
by
necolas
mannu2saini
asked this question in
Help
-
I am creating a web dashboard using the react-native-web and trying to change the font-family in the index.css class. its not working. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
necolas
Dec 7, 2022
Replies: 1 comment
-
To change the font-family of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
necolas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To change the font-family of
Text
you must set the style on<Text>
elements. You should not use external CSS files with React Native for Web.