有没有办法在Apple tvOS TVML
基于应用程序中使用自定义字体?我试过@font-face
at-rule无济于事。
<document>
<head>
<style>
@font-face {
font-family: 'My Awesome Font';
font-weight: 600;
src: url("${this.BASEURL}/resources/fonts/awesome-font-bold.otf");
}
</style>
</head>
...
</document>