font-feature-settings-descriptor-01-ref.html (578B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: font-feature-settings descriptor</title> 5 <style> 6 @font-face { 7 font-family: fwf; 8 src: url(support/fonts/FontWithFancyFeatures.otf); 9 } 10 .test { 11 font-family: fwf; 12 font-size: 2.4em; 13 line-height: 1.1; 14 } 15 </style> 16 17 <body> 18 <p>Test passes if the three lines below are identical, with eight check marks (✓). </p> 19 <section class="test"> 20 <p class="ref">AAAAAAAA</p> 21 <p class="ref">AAAAAAAA</p> 22 <p class="ref">AAAAAAAA</p> 23 </section>