I'm trying to obtain the font-weight somewhat between normal and bold.
Or bold and even bolder.
Nothing seems to work.
When I try numeric values, 590 shows as normal text and 600 is full bold.
Nothing in between.

Please advise.
Thank you!

Fonts have 9 possible weight values: 100 - .. - 900
If a weight value doesn't exist, css follows the next rules :

* 100-300 may be assigned to the next lighter weight, if any, or the next darker weight otherwise
* 500 may be switched with 400, and vice versa
* 600-900 may be assigned to the next darker weight, if any, or the next lighter weight otherwise

Again, it depends on which font are you using.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.