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?的问题