I applied a custom font to a TextView
, but it doesn\'t seems to change the typeface.
Here is my code:
Typeface myTypeface = Typeface
Yes, downloadable fonts are so easy, as Dipali s said.
This is how you do it...
TextView
.fontFamily
dropdown. If it isn't there, find the caret thingy (the > and click on it to expand textAppearance
) under the.font-family
drop down.more fonts
Google Fonts
Add font to project
BONUS:
If you would like to style EVERYTHING with text in your application with chosen font, just add
into your styles.xml