gpt4 book ai didi

css - 字体浏览器兼容性问题

转载 作者:行者123 更新时间:2023-11-28 18:08:52 24 4
gpt4 key购买 nike

这是我目前使用的代码:

@font-face {
font-family: 'otto';
src: url('font/otto.eot') format('embedded-opentype'),
url('font/otto.woff') format('woff'),
url('font/otto.ttf') format('truetype'),
url('font/otto.svg#svgFontName') format('svg');
}

似乎在 Chrome 中完美运行,但在几乎所有其他内容中,它呈现完全不同的字体,该字体更大且看起来很糟糕。

最佳答案

这个有效:

@font-face{
font-family:otto;
src: url('../font/otto.eot');
src: url('../font/otto.eot?#iefix') format('embedded-opentype'),
url('../font/otto.woff') format('woff'),
url('../font/otto.ttf') format('truetype'),
url('../font/otto.svg#Otto') format('svg');
}

关于css - 字体浏览器兼容性问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19099487/

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