gpt4 book ai didi

html - 自定义字体,eot,不工作

转载 作者:太空狗 更新时间:2023-10-29 12:29:18 25 4
gpt4 key购买 nike

我无法让我的自定义字体在 IE7 和 IE8 中工作:

http://i-creative.dk/iJob/

它在 IE9、Firefox 和 Chrome 中运行良好...

对于 Firefox 和 Chrome,字体是 TTF而对于 IE,它在 EOT

但是,它只适用于 IE9 :(

最佳答案

试试这个 css 格式:

@font-face {
font-family: 'fontName';
src: url('/path/to/font.eot?') format('eot'),
url('/path/to/font.otf') format('otf'),
url('/path/to/font.ttf') format('truetype');
}

这就是我使用的(没有 otf、woff 和 svg)。而且我从来没有遇到过任何 IE 不呈现字体的情况。

关于html - 自定义字体,eot,不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5964161/

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