我的示例网站是 www.pesaa.com
我正在玩 icomoon 字体并使用它们的图标液滴。它应该出现在文本“世界宗教”之前,但我得到的只是所有浏览器中的一个矩形。但是,当我测试我的 html/本地css代码,icon-droplet字体在所有浏览器中完美显示。当我调试时,找不到 404 错误文件。我的CSS如下
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
任何帮助将不胜感激。