我想使用外部字体,但似乎没有效果
@font-face {
font-family: "FZFangSong-Z02S";
src: url("../fonts/fzfsjw.eot"),/* IE9*/
url("../fonts/fzfsjw.eot?#iefix") format("embedded-opentype"),
url("../fonts/fzfsjw.woff") format("woff"),
url("../fonts/fzfsjw.ttf") format("truetype"),
url("../fonts/fzfsjw.svg") format("svg");/* iOS 4.1- */
}
这是我的文件地图
我使用内联样式
<p style="font-family: FZFangSong-Z02S;"></p>
答案 0 :(得分:-1)
尝试设置字体网址以使用 / fonts ,而不是 ../ fonts