特殊字体

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weixin_38747509/article/details/82254989

需要用到特殊字体时,将字体库下载下来,页面引入即可。例如:

@font-face {
font-family: "PingFangHK-Light";
src: url("../../../images/PingFang-Light.ttf");
font-weight: normal;
font-style: normal;
}
.stit {
font-family: "PingFangHK-Light";
}

猜你喜欢

转载自blog.csdn.net/weixin_38747509/article/details/82254989