css特殊字体
2020-11-21 本文已影响0人
lucky_果果
@font-face{
font-family: alte-din;
src:url('https://static.yximgs.com/udata/pkg/KS-GAME-WEB/alte-din-1451-mittelschrift.regular.ttf');
}
将字体包上传到CDN。
然后在需要使用的地方直接:font-family:alte-din;
@font-face{
font-family: alte-din;
src:url('https://static.yximgs.com/udata/pkg/KS-GAME-WEB/alte-din-1451-mittelschrift.regular.ttf');
}
将字体包上传到CDN。
然后在需要使用的地方直接:font-family:alte-din;