gpt4 book ai didi

css - @font-face 在 ie 中不工作

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

我在我的网站上使用了一种名为 samarn 的字体。该字体在 FirefoxGoogle Chrome 中看起来不错,但在 IE 中不显示。

我的代码是:

@font-face {
font-family: 'SamarkanNormal';
src: url('../fonts/samarn.eot');
src: url('../fonts/samarn.eot?#iefix') format('embedded-opentype'),
url('../fonts/samarn.woff') format('woff'),
url('../fonts/samarn.ttf') format('truetype'),
url('../fonts/samarn.svg#samarn') format('svg');
font-weight: normal;
font-style: normal;
}

#name {
font-family:'SamarkanNormal';
}

最佳答案

试试

@font-face {
font-family: 'font';
src: url('font.eot');
src: local('☺'),
url('font.otf') format('opentype');
}

更多信息:http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/

也许可以尝试使用其他(fsq 除外)字体生成器,fe。 http://fontface.codeandmore.com/

关于css - @font-face 在 ie 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12161676/

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