@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;
}
如果fonts和main。css文件在同级,就没必要加../了
同级就直接引用字体文件就行了,不必加父级目录额