There was a recent test conducted on a certain element that showed perfect functionality on Firefox but did not respond as expected on Chrome when using the font-weight: bold/bolder
property.
An attempt was made to identify any other CSS property that might be conflicting with it, but none were found. Even after searching via Google, no solutions or explanations were available.
position: absolute;
top: 8px;
left: 50px;
font-size:38px;
font-weight: bolder;