Text

font-weight

Makes text bold, or removes bold format from text. CSS provides with 14 different values but only two actually work; bold and normal. This property is inherited.

Example

font-weight: bold;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

bold Font weight value.
normal Sets the default value.

Related properties

Can be used with..

Search the Soup!