`font-weight`不适用于chrome?

Ric*_*rdo 6 css fonts google-chrome

刚刚测试了一些在firefox和chrome上运行完美的东西,并没有使用font-weight: bold/bolder属性.

我试图查找可能覆盖它的另一个CSS属性,但没有,Google也没有答案.

position: absolute;
top: 8px;
left: 50px;
font-size:38px;
font-weight: bolder;
Run Code Online (Sandbox Code Playgroud)

Ric*_*rdo 7

解决:

font-weight: 900;
font-family: "Arial Black", Arial, sans-serif;
Run Code Online (Sandbox Code Playgroud)