Most solutions I read for a over-all app custom-font, is to make a custom class to be used. like this [Question Link]
I'm not looking forward for that fancy solution, but rather I want to know how can I replace the fonts used by android. I am currently using
<item name="android:fontFamily">sans-serif-condensed</item>
to select a font, where there are only few options as default by Android SDK. I want to replace the file where that sans-serif-condensed
are located so my the new font I placed would be the one to be parsed by android on runtime. I suspect it's on the jar file created when I created my project or maybe somwhere else since I don't really know how.
How can I replace an android default font file? also where would it be?
I would be grateful for guide or instructions provided, specially if you tried it. Thanks! :]