原创css字体网址 https://izihun.com/?from=ssc&fk=159768
<style>
@font-face
{
font-family: myFirstFont
;
src: url(../font/Miniybhs.TTF);
font-weight:bold
;
}
@font-face
{
font-family: sszhongheiFont
;
src: url(../font/Shiszhongheijt.ttF);
font-weight:bold
;
}
@font-face
{
font-family: FZLTFont
;
src: url(../font/FZhengLT-gbk.ttF);
font-weight:bold
;
}
div .desc
{
font-family:myFirstFont
;
}
div .cateTheme{
font-family: sszhongheiFont
;
}
div .name
{
font-family:FZLTFont
;
}
</style>
转载请注明原文地址: https://yun.8miu.com/read-17210.html