Aug 29, 2017 · 1 min read
If you have the .ttf file or any other format font file, you can put it in the res/font folder and then you’ll be able to use it in your XML with @font/font_name. However, if you want it to be compatible till API 14 (which I’m guessing you do), you’ll have to provide the font certificates along with it (which are currently auto generated by AS if you use the tool).
