地址

使用:    1.网络上下载需要的 .ttf 格式的语言包,在css导入:        @font-face {          font-family: mFont;          src: url('/fonts/font-chenjishi.ttf');        }    2.需要的字体引用:    span{        font: bold 30px mFont; //简写,原font-family: mFont;    }