|
font-weight indicates how bold the characters should be. font-weight can be assigned a multiple of 100 from 100 to 900 (900 being the boldest). So, for example, this rule (in a STYLE tag or in a style sheet file) says that
<H2 ...>
H2 {font-weight:900}
which means that an <H2 ...>

Renderings of different font weights
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.