When using Google web fonts in my Android app that uses web view they work fine in version 4.4 of Android. Some devices with Android 4.2 show the default font, most work correctly. On Android 4.0 however all fonts default to the same default font.
Because we like to target Android 4.0 and higher with our app I am looking for a way to get the Google web fonts working reliably.
The app does little more than opening html files from a server in the web view.
Update: It turns out that some Android 4.2.2 devices do not show Google web fonts correctly. It is not clear what makes these devices stand out from the ones that I tested and where web fonts work correctly.
What can I do to make web fonts work reliably over different Android versions and devices?