font-stretch-pass-ref.html (522B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: pass reference</title> 5 <link rel="author" title="Chris Lilley" href="chris@w3.org"> 6 <style> 7 @font-face { 8 font-family: "test"; 9 src: url(support/fonts/pass.woff) format("woff"); 10 font-stretch: normal; 11 } 12 .test { 13 font-family: "test"; 14 font-size: 6em; 15 } 16 17 </style> 18 19 <p>Test passes if the word PASS appears below.</p> 20 <section class="test"> 21 <p>P</p> 22 </section>