gpt4 book ai didi

css - Firefox 不支持 font-face

转载 作者:太空宇宙 更新时间:2023-11-04 04:08:31 25 4
gpt4 key购买 nike

Web 字体在 Firefox 中无法正确呈现。它适用于 Chrome 浏览器。

下面是我的CSS代码,

@font-face {
font-family: 'DINm';
src: url('http://www.themediaverse.com.au/wp-content/themes/themediaverse/assets/fonts/DINWeb-Medium.eot');
src: url('http://www.themediaverse.com.au/wp-content/themes/themediaverse/assets/fonts/DINWeb-Medium.eot?#iefix') format('embedded-opentype');
src: url('http://www.themediaverse.com.au/wp-content/themes/themediaverse/assets/fonts/DINWeb-Medium.woff') format('woff');
src: url('http://www.themediaverse.com.au/wp-content/themes/themediaverse/assets/fonts/DINComp-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

我引用了下面的网址, CSS Font-Face url not working?

我该如何解决这个问题?

谢谢。

最佳答案

这些链接指向不允许跨站点链接的字体文件。 Chrome 不遵循规范的这一部分,但 Firefox 遵循。

参见“已发布站点”部分 https://stackoverflow.com/a/3704578/720912了解如何配置服务器以允许链接到字体。

关于css - Firefox 不支持 font-face,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21037370/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com