font-family-name-025-ref.html (783B)
1 <!DOCTYPE html> 2 <title>CSS Test: PASS rendering</title> 3 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" /> 4 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" /> 5 <meta name="assert" content="The 'font-family' property set to and installed font renders the appropriate font." /> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"> 8 body { font-size: 36px; } 9 span#verify { font-family: CSSTest Verify; } 10 p { 11 font-family: ahem, monospace; 12 } 13 </style> 14 <div><a href="http://www.w3.org/Style/CSS/Test/Fonts/">Test fonts</a> must be installed for this test: <span id="verify">FAIL</span></div> 15 <p>These two lines should use the same font.</p> 16 <p>These two lines should use the same font.</p>