Authored by 周少峰

double quotes

... ... @@ -6,13 +6,13 @@
}
body {
font-family: arial, "Microsoft YaHei";
font-family: arial, "SimHei";
}
@font-face {
font-family: "iconfont";
src: resolve('iconfont.eot');
src: resolve('iconfont.eot?#iefix') format('embedded-opentype'), resolve('iconfont.woff') format('woff'), resolve('iconfont.ttf') format('truetype'), resolve('iconfont.svg#iconfont') format('svg');
src: resolve("iconfont.eot");
src: resolve("iconfont.eot?#iefix") format("embedded-opentype"), resolve("iconfont.woff") format("woff"), resolve("iconfont.ttf") format("truetype"), resolve("iconfont.svg#iconfont") format("svg");
}
.iconfont {
... ...