font-family-011-ref.xht (803B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 9 10 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 11 <style type="text/css"><![CDATA[ 12 div 13 { 14 background-color: navy; 15 border: yellow solid medium; 16 color: yellow; 17 font: 900 2em "Courier New", Ahem, Marlett, Arial, sans-serif; 18 margin: 1em; 19 padding: 0 1em; 20 } 21 ]]></style> 22 23 </head> 24 25 <body> 26 27 <p>This following four lines of text should have the same font.</p> 28 29 <div>Test</div> 30 31 <div>Test</div> 32 33 <div>Test</div> 34 35 <div>Test</div> 36 37 </body> 38 </html>