font-default-02-ref.html (712B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: font default features</title> 5 <link rel="author" title="Chris Lilley" href="chris@w3.org"> 6 <style> 7 @font-face { 8 font-family: fwf; 9 src: url(support/fonts/FontWithFancyFeatures.otf); 10 } 11 .tests { 12 font-family: fwf; 13 font-size: 4em; 14 line-height: 1.1; 15 } 16 .test { 17 font-variant: normal; 18 } 19 </style> 20 21 <body> 22 <!-- test font does not currently test for rlig or locl --> 23 <p>Test passes if the three lines below are identical, with six check marks (✓). </p> 24 <section class="tests"> 25 <p class="ref">AAAAAA</p> 26 <p class="ref">AAAAAA</p> 27 <p class="ref">AAAAAA</p> 28 </section>