使用@font-face 我尝试为我的网页使用一些字体。font-face 在本地主机中工作正常。当我尝试移动它以使字体在任何浏览器中都不起作用时。这是我的代码:
@font-face{
font-family: lucida;
src: url('../fonts/lucida.ttf');
}
.header{
font-family:lucida;
}
当我喜欢这个时,它在 localhost 中运行良好,但在 live 中却不行。
注意:我在字体文件夹中有我的字体,在 css 文件夹中有 css