Daily Archives: September 13, 2014

Globally replacing the default font in your Android app

Want to use a custom font for your Android app?
In the layout xml or code you can override the default font, but you’ll have to repeat this exercise for every View with text in it, or at the least, repeat a style declaration all over the place.
Here’s how to override it once and for all!