Reputation: 227
I have a working app but I want to change default font family at app level. How to accomplish that without changing font family in every text element?
Upvotes: 1
Views: 138
Reputation: 598
You can make your Text component, name it ex. CustomText and give it font family as you like.
Upvotes: 1