So I\'d like to change the android:fontFamily in Android but I don\'t see any pre-defined fonts in Android. How do I select one of the pre-defined ones? I don\'
android:fontFamily
For android-studio 3 and above you can use this style and then all textView font change in app.
textView
create this style in your style.xml :
style.xml
Then use it in your theme :