我需要从url https://github.com/google/fonts/blob/master/apache/roboto/Roboto-Regular.ttf直接从我的android studio项目下载字体。下载的字体应该在fonts目录下的我的工作室项目中。
答案 0 :(得分:0)
按照以下步骤从Github下载字体文件。
Go to the (project folder)
Then app>src>main
Create folder assets>fonts into the main folder.
Put your Roboto-Regular.ttf into the fonts folder.