1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: font
</title>
5 <style type=
"text/css">
6 body
{font-size: 12px;}
7 .eleven {font: italic small-caps
100 150%/300% sans-serif
;}
8 span
.color
{background-color: navy
; color: white
; }
9 span
.dummy
{color: blue
;}
11 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" title=
"15.8 Shorthand font property: the 'font' property">
12 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/visudet.html#q26" title=
"10.8.1 Leading and half-leading">
17 This text should be
18px sans-serif, in small-caps, italicized,
18 and very light. There should be a
36px gap betwen each line. The
19 text should have a blue background, the gap should not.
20 <span class=
"dummy"> dummy text dummy text dummy text dummy text dummy text dummy
21 text dummy text dummy text dummy text dummy text dummy text dummy
22 text dummy text dummy text dummy text dummy text dummy text dummy
23 text dummy text dummy text dummy text dummy text dummy text dummy
24 text dummy text dummy text dummy text dummy text dummy text dummy
25 text dummy text dummy text dummy text dummy text dummy text dummy
26 text dummy text dummy text dummy text dummy text dummy text dummy
27 text dummy text dummy text dummy text dummy text dummy text
</span>