it worked for me
Typeface typeface = Typeface.createFromAsset(context.getAssets(), "fonts/OpenSans-Regular.ttf"); currentRounds.setTypeface(typeface); currentRounds.setText(Html.fromHtml("Current Rounds <br><b>2650</b>"));
Rohit mandiwal
source share