cssShame
cssShame

Reputation: 3

Firefox 5 doesn t render style font-weight: 900

Is this a known bug?

my test text is not rendered bold within a firefox 5 only in firefox 4.

What am I missing?

Upvotes: 0

Views: 221

Answers (1)

RichieHindle
RichieHindle

Reputation: 281415

It works for me: http://jsfiddle.net/6Trxg/2/

Edit: If you're expecting 900 to be bolder than bold then that's not guaranteed to work - the spec says:

"There is no guarantee that there will be a darker face for each of the 'font-weight' values; for example, some fonts may have only a normal and a bold face [...] There is no guarantee on how a UA will map font faces within a family to weight values. The only guarantee is that a face of a given value will be no less dark than the faces of lighter values."

Upvotes: 1

Related Questions