我无法将自定义字体应用于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