gpt4 book ai didi

html - Avenir Next Condensed 在 iPad 上显示为斜体

转载 作者:行者123 更新时间:2023-11-28 10:50:24 25 4
gpt4 key购买 nike

我正在尝试使用 100 字重的 Avenir Next Condensed 字体(非常轻)。它在我尝试过的所有浏览器上都运行良好,除了 iOS,它显示为斜体。有什么解决办法吗?

这是一个测试页面,当在 iPad(或 iPad 模拟器)上查看时,文本为斜体。

<html>
<style>
div {
font-family: 'Avenir Next Condensed';
font-weight: 100;
font-style: normal;
}
</style>
<div>Why is this italic?</div>
</html>

最佳答案

iOS 上没有名为“Avenir Next Condensed”的字体,但是有名为“AvenirNextCondensed-Italic”和“AvenirNextCondensed-UltraLight”等字体。当您指定一种不存在的字体时,它会尝试模糊匹配它所拥有的字体,但它并不总是正确的。简单的解决方法就是指定正确的字体:在本例中为“AvenirNextCondensed-UltraLight”。

这里有一个 iOS 可用的字体列表:http://iosfonts.com/

关于html - Avenir Next Condensed 在 iPad 上显示为斜体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22819914/

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