字体和css文件在同级,为什么我的字体导入不成功呢
@font-face{
font-family: "Raphaelicons";
src:url("../fonts/raphaelicons-webfont.eot") format("eot"),
url("../fonts/raphaelicons-webfont.ttf") format("truetype"),
url("../fonts/raphaelicons-webfont.woff") format("woff"),
url("../fonts/raphaelicons-webfont.svg") format("svg");
font-weight: normal;
font-style: normal;
}