css 自定义字体
2021-01-18 本文已影响0人
MakerSir
<style >
@font-face {
font-family:'oppor';
src: url(http://localhost/wordpress/font/OPPOSANS-R.TTF);
}
.oppor{
font-family: 'oppor';
}
@font-face {
font-family:'oppob';
src: url(http://localhost/wordpress/font/OPPOSANS-B.TTF);
}
.oppob{
font-family: 'oppob';
}
</style>
<div class="oppor"></div>
<div class="oppob"></div>