我的@font-face 可以在除 Firefox 之外的所有浏览器中使用。我在某处读到将 IE .eot 版本放在顶部并将它们包装在条件标签中会起作用,但它不适合我。一切都在本地运行 mamp 但是当我上传它时 FF 没有读取字体。这是一个wordpress网站。我尝试遵循这些建议,但一无所获: http ://wordpress.org/support/topic/plugin-w3-total-cache-font-face-not-working-in-firefox?replies=21
@font-face {
font-family: 'ColaborateThinRegular';
src: url("../fonts/Colaborate-fontfacekit/ColabThi-webfont.eot");
src: url("../fonts/Colaborate-fontfacekit/ColabThi-webfont.eot?#iefix")
format("embedded-opentype"),
url("../fonts/Colaborate-fontfacekit/ColabThi-webfont.woff") format("woff"),
url("../fonts/Colaborate-fontfacekit/ColabThi-webfont.ttf") format("truetype"),
url("../fonts/Colaborate-fontfacekit/ColabThi-webfont.svg#ColaborateThinRegular") format("svg");
font-weight: normal;
font-style: normal; }