I’ve been reading that the main font for android devices is only Roboto…
Does this mean if I use some other font and someone with an android device downloads the game then all my font will be replaced by Roboto?
The docs say " there is no guarantee that any font will work across all platforms. Essentially, fonts are loaded by the operating system, and whether or not a particular font is supported depends on the platform and OS version"
Is this statement only referring to situations where I don’t include the font file in my app? Or even if I include the font file, does it still need to be supported by whatever device is trying to run the app?