1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
5.2.2 font-family
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
9 <STYLE type=
"text/css">
10 DIV.a {font-family: serif;}
11 DIV.b {font-family: monospace;}
12 .one {font-family: serif;}
13 .two {font-family: sans-serif;}
14 .three {font-family: cursive;}
15 .four {font-family: fantasy;}
16 .five {font-family: monospace;}
17 .six {font-family: sans-serif,cursive;}
18 .seven {font-family: monospace,serif;}
</STYLE>
22 <BODY><P>The style declarations which apply to the text below are:
</P>
23 <PRE>DIV.a {font-family: serif;}
24 DIV.b {font-family: monospace;}
25 .one {font-family: serif;}
26 .two {font-family: sans-serif;}
27 .three {font-family: cursive;}
28 .four {font-family: fantasy;}
29 .five {font-family: monospace;}
30 .six {font-family: sans-serif,cursive;}
31 .seven {font-family: monospace,serif;}
36 This sentence is normal for the first division, which is the next five sentences; it should be a serif font.
39 This sentence should be in a serif font.
42 This sentence should be in a sans-serif font.
45 This sentence should be in a cursive font.
48 This sentence should be in a fantasy font.
51 This sentence should be in a monospace font.
56 This sentence should be in a sans-serif font, not cursive.
59 This sentence should be in a monospace font, not serif.
64 This sentence is normal for the first division, which is the next five sentences; it should be a monospace font.
67 This sentence should be in a serif font.
70 This sentence should be in a sans-serif font.
73 This sentence should be in a cursive font.
76 This sentence should be in a fantasy font.
79 This sentence should be in a monospace font.
84 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
86 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
89 <TD bgcolor=
"silver"> </TD>
92 This sentence is normal for the first division, which is the next five sentences; it should be a serif font.
95 This sentence should be in a serif font.
98 This sentence should be in a sans-serif font.
101 This sentence should be in a cursive font.
104 This sentence should be in a fantasy font.
107 This sentence should be in a monospace font.
112 This sentence should be in a sans-serif font, not cursive.
115 This sentence should be in a monospace font, not serif.
120 This sentence is normal for the first division, which is the next five sentences; it should be a monospace font.
123 This sentence should be in a serif font.
126 This sentence should be in a sans-serif font.
129 This sentence should be in a cursive font.
132 This sentence should be in a fantasy font.
135 This sentence should be in a monospace font.
138 </TD></TR></TABLE></BODY>