我用@fontface 添加了一个iconfont。唯一的问题是,它在 Firefox 下是不可见的。我有最新版本的火狐。Safari 和 Chrome 运行良好。
@font-face {
font-family: 'iconFont';
src: url('../fonts/iconFont.eot');
src: url('../fonts/iconFont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconFont.svg#iconFont') format('svg'), url('../fonts/iconFont.woff') format('woff'), url('/fonts/iconFont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}