zashi-android
zashi-android copied to clipboard
[App Audit] Recommendation: Embed fonts in app releases instead of pulling them from Google
Is your feature request related to a problem? Please describe.
In Typography.kt
, the app’s fonts are downloaded from Google over the web. This could be a privacy risk, as it potentially tells the Google font servers the IP addresses of the wallet’s users. It would be better build the fonts into the app itself.