使用:
1.网络上下载需要的 .ttf 格式的语言包,在css导入:
@font-face {
font-family: mFont;
src: url('/fonts/font-chenjishi.ttf');
}
2.需要的字体引用:
span{
font: bold 30px mFont; //简写,原font-family: mFont;
}
使用:
1.网络上下载需要的 .ttf 格式的语言包,在css导入:
@font-face {
font-family: mFont;
src: url('/fonts/font-chenjishi.ttf');
}
2.需要的字体引用:
span{
font: bold 30px mFont; //简写,原font-family: mFont;
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。