// get the font asset Typeface face = Typeface.createFromAsset(getAssets(),"fonts/montserrat.ttf"); TextView tv = (TextView) findViewById(R.id.appname); tv.setTypeface(face);