Hi does anyone have any advice or links to docs for scaling my app fonts so their size is consistent cross different screen DPIs? In particular my fonts look good on my (osx) desktop build, but are very small on my (android) phone build. Thanks!
Asked
Active
Viewed 39 times
0
-
Try to use `em` units in your css files. See the [Devoxx app](https://github.com/devoxx/MyDevoxxGluon/tree/master/DevoxxClientMobile/src/main/resources/com/devoxx) and how to deal with different setups if required (for Android, iOS, phone and tablets) – José Pereda Jul 05 '18 at 08:27
-
Thanks José! I'll check it out. – Not Mandatory Jul 05 '18 at 15:38