Create a new Project. Make a new folder named ‘Font’ into your assets folder Paste the font file into this folder Now add the below written lines into your Java file. textview =(TextView)findViewById(R.id. text1 ); Typeface font = Typeface. createFromAsset (getAssets(), "font/Maximum.ttf" ); textview .setTypeface(font);
Learn Android tutorial Android Basics in Kotlin, Advanced Kotlin, Kotlin Fundamentals, Android Developer Fundamentals (Java)