Hello I’m having trouble getting my custom fonts working with the paywall editor. Here is my expo-font config. The font I’m trying to add is AlfaSlabOne-Regular.ttf.
`[
'expo-font',
{
fonts: [
'./assets/fonts/AlfaSlabOne-Regular.ttf',
'./assets/fonts/AlternateGotNo2D.ttf',
'./assets/fonts/Roboto-Regular.ttf',
'./assets/fonts/RobotoCondensed-SemiBold.ttf',
'./assets/fonts/RobotoCondensed-SemiBoldItalic.ttf',
'./assets/fonts/RobotoMono-Regular.ttf',
'./assets/fonts/Roboto-MediumItalic.ttf',
],
},
],`
I saw the conversation here but that version of expo fonts where you can put the android and ios fonts in the config requires Expo 53 which I’m not ready to upgrade to. Also, it looks like the add font UI changed in the paywalls and you now upload the font directly. It is working properly on iOS.
Any ideas?
Thanks,
Alan