i did a font customization for my app using @font-face, added a css file containing the @font-face, also put the fonts files withing same folder and include that css in my index.html, the font work on the web , some devices Galaxy Note 4 , and on some genymotion emulator devices like Galaxy S5, but it didnt show on other devices like Galaxy Note 1 both real device and genymotion emulation.
I have had the same issue in the past and I found the issue being which Android version I was running. On newer Androids it was working but on older ones it did not.
If I do not remember incorrectly the solution was the order in which the different font files are imported in the css. I just checked my old css files and see that I have the font-face like this:
@andreas_hegenberg already tried and replaced the font with another one, also same, teh problem show only with android 4.1, both readl device and genymotion image.
@yurinondual when am using the Genymotion emulator and checking the adb logcat, no error is shown related to missing font or anything, just the font is not the same !!?
My fonts aren’t loading on android either. S5 with Android 5.0. They load fine on browser and on ios. I’ve tried all of the tricks suggested on these forums… putting fonts in lib/ionic/fonts… putting the svg format first… Surely there is an officially approved/standard method for using fonts within ionic apps?! Why is this such a struggle. There has been many a forum topic on this.