为什么按钮中的字体比 div 中的字体更扁平?

发布于 2024-10-31 17:13:31 字数 172 浏览 3 评论 0原文

在此处输入图像描述

查看这些按钮。在左边你可以看到一个样式化的div,但右边是一个输入按钮。字体大小相同,但在按钮中,字体好像被压扁了一点。看字母“k”和“w”。

我需要做什么才能使该字体不扁平化?

enter image description here

Look at these buttons. On the left you can see a styled div, but on the right is an input button. Font-sizes are the same, but in the button the font is like it's flattened a little bit. Look at the letters "k" and "w".

What do I have to do to make this font not flatten?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌若浮生 2024-11-07 17:13:31

Is the <button> actually using a different font than the <div>? Or is it bold?

Set font-family and font-weight to identical values for the <div> and the <button>, and see if they look the same then.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文