font-kerning-05-ref.html (706B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: font-kerning: none; low-level equivalence test</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 .test { 12 font-family: fwf; 13 font-size: 2em; 14 line-height: 1.1; 15 writing-mode: vertical-rl; 16 text-orientation: upright; 17 } 18 </style> 19 <body> 20 21 <p>Test passes if the three lines of <em>vertical</em> text below are identical, with two crosses (✗). </p> 22 <section class="test"> 23 <p class="ref">BB</p> 24 <p class="ref">BB</p> 25 <p class="ref">BB</p> 26 </section>