Hi,
Im developing an app that supports ios,android and windows as well. I was able to add custom fonts to the react native app by adding fonts to a folder and then adding assets inside package.json. Then running react-native link , i was able to use the custom fonts using fontFamily.
How can i do this react-native-windows? Can someone help me?