【发布时间】:2011-07-08 11:17:15
【问题描述】:
@font-face 在 Firefox 3.6.14 中不起作用 - WOFF 或 TTF
@font-face {
font-family: "A-B";
src: url("fonts/AlexandriaFLF-Bold.woff") format("woff"),
url("fonts/AlexandriaFLF-Bold.ttf") format("truetype"),
url("fonts/AlexandriaFLF-Bold.svg#webfontm3eq21Q4") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'A-BI';
src: url("fonts/AlexandriaFLF-BoldItalic.woff") format("woff"),
url("fonts/AlexandriaFLF-BoldItalic.ttf") format("truetype"),
url("fonts/AlexandriaFLF-Bold.svg#webfontszsn4DPI") format("svg");
font-weight: normal;
font-style: normal;
}
有谁能给我解惑?
【问题讨论】: