Is there any way to add custom fonts in Themes in Android?
I have read Quick Tip: Customize Android Fonts, but here we have to programmetrically add custom font to
By using my CustomTextView you specify a font file name in your assets folder directly in your XML layout file.
CustomTextView
assets
My answer is here