gpt4 book ai didi

ios - iPhone 使斜体标签 () 变小

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

我们发现了 iPhone 渲染斜体标签的问题。当为它定义的 font-family 不同于其父级的 font-family 时,斜体文本呈现的比它应该的小得多。该问题似乎并未出现在所有 iOS 设备上,仅出现在 iPhone(至少版本 4 - 6)上。

测试:http://www.eyesforward.com/etc/italic-fail.html

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-family: serif;
}
i {
font-family: Arial;
}
</style>
</head>
<body>
<p>
"The freaking thing <i>works</i>," Strong said with amazement, punctuating this key verb with his hands like an orchestra conductor giving a downbeat. "It's beautiful. It does exactly what we wanted it to do."
</p>
</body>
</html>

http://i.stack.imgur.com/Arh20.png

最佳答案

尝试设置正文和斜体元素的字体大小,看看是否能解决问题:

<style type="text/css">
body {
font-family: serif;
font-size: 16px;
}
i {
font-family: Arial;
font-size: 16px;
}
</style>

然后尝试只为正文设置它,看看问题是否仍然存在。每个浏览器都有适用于各种元素的自己的样式规则。

关于ios - iPhone 使斜体标签 (<i></i>) 变小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28058427/

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