I am currently using many different fonts. All of them are working except for one particular.
I added it in the same way as I added others which are working:
- Import the font into project
- Modify info.plist
- Find proper font family name (I did this by plugging NSLog inside RCTConvert)
- Use the font in react-native through CSS with fontFamily
Unfortunately I cannot share the font publicly, so I have to ask how would one debug this issue?