我想使用外部字体,但似乎没有效果

时间:2017-08-01 07:12:36

标签: css font-face

我想使用外部字体,但似乎没有效果

@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- */
}

这是我的文件地图

enter image description here

我使用内联样式

<p style="font-family: FZFangSong-Z02S;"></p>

1 个答案:

答案 0 :(得分:-1)

尝试设置字体网址以使用 / fonts ,而不是 ../ fonts