CSS1 Test Suite: 5.2.7 font


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

.one {font: italic small-caps 13pt Helvetica;}
.two {font: 150%/150% serif;}
.three {font: 150%/150% sans-serif;}
.four {font: medium/200% cursive;}
.five {font: italic small-caps 900 150%/150% sans-serif;}
.six {font: italic small-caps 900 150%/300% sans-serif;}
.seven {font: italic small-caps 900 150%/2em sans-serif;}
.eight {font: italic small-caps 900 150%/2in sans-serif;}


This sentence should be 13pt. Helvetica which is in small-cap italics.

This sentence should be in a serif font, 150% normal size, with a line-height 150% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, 150% normal size, with a line-height 150% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a cursive font, normal size, with a line-height 200% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height 150% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height of 300%. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height of 2em (twice the font size). Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height of 2in. Extra text is included for the purposes of testing this more effectively.

This sentence should be 13pt. Helvetica which is in small-cap italics.

This sentence should be in a serif font, 150% normal size, with a line-height 150% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, 150% normal size, with a line-height 150% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a cursive font, normal size, with a line-height 200% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height 150% normal. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height of 300%. Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height of 2em (twice the font size). Extra text is included for the purposes of testing this more effectively.

This sentence should be in a sans-serif font, italicized and small caps, a weight of 900, 150% normal size, with a line-height of 2in. Extra text is included for the purposes of testing this more effectively.


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