4 <title>Arial Variations
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
7 <style type=
"text/css">
13 p#test1
{ font-family: Arial
, sans-serif
; }
14 p#test2
{ font-family: Arial Bold
, Georgia
, serif
; }
15 p#test3
{ font-family: Arial Italic
, Georgia
, serif
; }
16 p#test4
{ font-family: Arial Bold Italic
, Georgia
, serif
; }
18 p#test1
{ color: black
; }
19 p#test2
{ color: red
; }
20 p#test3
{ color: red
; }
21 p#test4
{ color: red
; }
33 <p>Text in black should appear in Arial and text in red in Georgia or the default serif font:
</p>
36 <p id=
"test1">{ font-family: Arial, sans-serif; }
</p>
37 <p id=
"test2">{ font-family: Arial Bold, Georgia, serif; }
</p>
38 <p id=
"test3">{ font-family: Arial Italic, Georgia, serif; }
</p>
39 <p id=
"test4">{ font-family: Arial Bold Italic, Georgia, serif; }
</p>