Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to put True type font file in assets folder in android studio

I have a True type Fonts file which contains fonts of Rockwell.I need to put it in assets folder in android studio.But i am not able to put it.Can anyone tell how to do this?

like image 605
sam Avatar asked Sep 15 '25 20:09

sam


1 Answers

Just create assets directory under your main directory of your project (src/main/assets). copy and paste it in that folder and use it.
these links maybe useful for complete information : gradle based projects


pic

like image 92
Naruto Uzumaki Avatar answered Sep 18 '25 17:09

Naruto Uzumaki