<script>
@font-face {
font-family: "fz";//命名 src: url("字体包路径");
}
</script>
<body>
<a style="text-decoration: none;font-family: fz" > 测试</a>
</body>
<script>
@font-face {
font-family: "fz";//命名 src: url("字体包路径");
}
</script>
<body>
<a style="text-decoration: none;font-family: fz" > 测试</a>
</body>