除了and (来自http://oftn.org/css/global.css )之外,以下@font-face
声明在每个主要浏览器中都可以正常工作:(including Chrome for Android)
Android Browser
Firefox for Android
@font-face {
font-family: "OFTN Aller";
src: url("../fonts/OFTN-Aller-Bold.woff") format("woff"),
url("../fonts/OFTN-Aller-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "OFTN Aller";
src: url("../fonts/OFTN-Aller.woff") format("woff"),
url("../fonts/OFTN-Aller.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
我可能做错了什么?
截图
安卓 4.0.3 浏览器:
Windows 7 上的 Chrome 19:
Windows 7 上的 Firefox 13: