Fonts not loading on device and emulators

Hi,

I’ve been trying to use Google Fonts in my app for days now but can’t seem to get it to work when i try it on real device or android emulator. However, if i run the app in the browser the font gets loaded correctly and also when i build and download the .apk on my real device and install it that way. Is this normal? Or am I missing something?

I tried to implement the fonts following guide on expo docs ‘Using Custom Fonts’

Link to github where i import the font and check if its loaded correctly: nutreasyClient/App.js at develop · angelokeirsebilck/nutreasyClient · GitHub

Then i try to use it in my component: nutreasyClient/SecondaryButton.js at develop · angelokeirsebilck/nutreasyClient · GitHub

Thanks in advance!