You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using two fonts, inter and oswald. Everything works fine on native ios and android, but on web the fonts do not load. I don't know what the root cause is, but console logging the font says
But if I look in the file structure I don't see a media folder under static. Only "js", which has "bundle.js":
There is no error anywhere, and the font family is reference as such:
but it just loads some default serif font.
Is there something related to webpack that I don't know about? Running "expo export:web" does create a "static/media" folder with the correct files.
I'm using two fonts, inter and oswald. Everything works fine on native ios and android, but on web the fonts do not load. I don't know what the root cause is, but console logging the font says
But if I look in the file structure I don't see a media folder under static. Only "js", which has "bundle.js":
There is no error anywhere, and the font family is reference as such:
but it just loads some default serif font.
Is there something related to webpack that I don't know about? Running "expo export:web" does create a "static/media" folder with the correct files.
Expo: 49.0.10
@expo-google-fonts/inter: ^0.2.3
@expo-google-fonts/oswald: "^0.2.3
@expo/webpack-config: ^19.0.0
The text was updated successfully, but these errors were encountered: