注font-spider为插件在node上使用只支持utf-8,若无法转换请记得查看下载的字体是否有问题!!编码问题再转一次码
@font-face {
font-family: "MJWB";
src: url("字体文件.eot");
src: url("字体文件.eot?#font-spider") format("embedded-opentype"),
url("字体文件.woff2") format("woff2"),
url("字体文件.woff") format("woff"),
url("字体文件.ttf") format("truetype"),
url("字体文件.svg") format("svg");
font-weight: normal;
font-style: normal;
}