CSS:font-weight有什么区别:bolder和font-weight:bold

前端之家收集整理的这篇文章主要介绍了CSS:font-weight有什么区别:bolder和font-weight:bold前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
font-weight有什么区别:bolder和font-weight:粗体样式?

我从来没有见过这样的风格,直到今天,在我们的项目.css风格中找到它。

结果与视觉相同(Ubuntu 10.10,FF 3.6.15)。

解决方法

大胆是 relative font weight

The ‘bolder’ and ‘lighter’ values select font weights that are relative to the weight inherited from the parent

更加大胆和更轻,甚至是official spec的一部分。它们如何被解释和显示取决于浏览器。

事实上,它们的视觉效果相同,是因为大多数浏览器不能正确地支持粗体和正常字体之间的字体重量变化。

这是一个背景信息:Are all CSS font-weight property’s values useful?的问题

原文链接:https://www.f2er.com/css/219207.html

猜你在找的CSS相关文章