从res / font读取字体颜色

时间:2019-08-12 15:15:01

标签: android

我无法将自定义字体应用于html文件。

该html文件位于: presentation/src/main/assets/html/settings_data_protection.html

<style type="text/css">
@font-face {
    font-family: Open Sans;
    src: url('../../res/font/open_sans.ttf');
}
</style>

并且open_sans.ttf在presentation/src/main/res/font/open_sans.ttf

0 个答案:

没有答案