How can I setup custom fonts in my Expo project? Right now I have all my custom fonts in asset/fonts following typical Expo suggestions.
I also use the expo-font config plugin.
I then can usually set font-figtree-regular or font-figtree-black if I am using Nativewind directly with a <Text className="font-figtree-regular">Test</Text>
Not entirely sure how to configure Gluestack to use the Font I want instead of the default roboto that it seems to using.