Android doesn't allow you to set custom fonts from the XML layout. Instead, you must bundle the specific font file in your app's assets folder, and set it programmatically. Something like: TextView textView = (TextView) findViewById(); Typeface typeFace = Typeface.
https://distinguished.io/companies/software-development