head部分添加
<style>
@font-face {
font-family: 'c';
font-style: normal;
src:
url('https://xxx.com/x.eot') format('embedded-opentype'),
url('https://xxx.com/x.woff2') format('woff2'),
url('https://xxx.com/x.woff') format('woff'),
url(https://xxx.com/x.ttf') format('truetype'),
url('https://xxx.com/x.svg') format('svg');
}
</style>
然后再你需要引用字体的div下添加
<div style="font-family: 'c'">
如整个网页应用,可以在head添加、
可以通过
https://products.aspose.app/font/zh/conversion/
https://www.alltoall.net/ttf_eot/
转换为相关格式