如何从android下载url中的字体?

时间:2017-08-01 05:32:00

标签: android android-fonts

我需要从url https://github.com/google/fonts/blob/master/apache/roboto/Roboto-Regular.ttf直接从我的android studio项目下载字体。下载的字体应该在fonts目录下的我的工作室项目中。

1 个答案:

答案 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.