Why cant I see my custom font in make it native?

0
I've followed all the steps according to the documentation of Mendix itself (https://docs.mendix.com/howto8/mobile/native-custom-fonts/#fonts-nbui). I've added a font family using the mendix native mobile builder. Added the font family in a js file and imported it to a text style. But when I open the app in make it native 10 it doesn't show the font I specify. Does this not work in make it native?
asked
1 answers
0

You will have to build the APK file in App > Built native mobile app and add your tff font files in there. Make it native will not show your custom font, because the tff files are not include in the make it native build.  

answered