CSS1 Test Suite: 5.2.5 font-weight


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.one {font-weight: bold;}
.two {font-weight: bolder;}
.three {font-weight: lighter;}
.four {font-weight: 100;}
.five {font-weight: 300;}
.six {font-weight: 500;}
.seven {font-weight: 700;}
.eight {font-weight: 900;}
.nine {font-weight: normal;}
B {font-weight: lighter;}


This sentence should be bold.

This sentence should be bolder than normal.

This is a heading-4.

This is a bolder heading-4.

This sentence should be normal (boldface made lighter).

This sentence should be weight 100.

This sentence should be weight 300.

This sentence should be weight 500.

This sentence should be weight 700.

This sentence should be weight 900.

This sentence should be bold, but the last word in the sentence should be normal.

TABLE Testing Section
 

This sentence should be bold.

This sentence should be bolder than normal.

This is a heading-4.

This is a bolder heading-4.

This sentence should be normal (boldface made lighter).

This sentence should be weight 100.

This sentence should be weight 300.

This sentence should be weight 500.

This sentence should be weight 700.

This sentence should be weight 900.

This sentence should be bold, but the last word in the sentence should be normal.


[Previous] [Next] [Section] [Contents] [Specification]