@font-face{
font-family: "customFontName"; /*自定义字体名称*/
/*其余字体文件格式eot、woff、svg到http://www.freefontconverter.com进行转换下载*/
src: url(../font/字体文件名.eot); /*IE9兼容模式*/
src: url(../font/字体文件名.eot?#iefix) format("embedded-opentype"), /*IE6~IE8*/
url(../font/字体文件名.woff) format("woff"), /*现代浏览器*/
url(../font/字体文件名.ttf) format("truetype"), /*Safari,Android,iOS*/
url(../font/字体文件名.svg#SingleMaltaRegular) format("svg"); /*Legacy iOS*/
font-weight: normal;
font-style: normal;
}

/*p { font-family: customFontName } */
/*其余两种字体文件格式到http://www.freefontconverter.com进行转换下载*/

​Free Online Font ConverterConvert your Web fonts online, you can convert from pfa, pfb, pt3, sfd, ttf, otf, otb, t42, cef, cff, gsf, ttc, svg, ik, mf, dfont, bin, suit and bdf.http://www.freefontconverter.com​