声明
<style>
@font-face {
font-family: 'MyFont';
src: url('./font/优设标题黑.ttf');
font-weight: normal;
font-style: normal;
}
</style>
使用
<style>
.abc{
font-family: MyFont, serif;
}
</style>
网友评论