letter-spacing-ligatures-004-ref.html (522B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>letter spacing and ligatures</title> 5 <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> 6 <style> 7 div { 8 font-size: 2em; 9 width: 12ch; 10 font-kerning: none; 11 } 12 span { 13 padding-left: 20px; 14 } 15 .ref { 16 color: blue; 17 } 18 </style> 19 <p>Test passes if the black text looks like the blue one. 20 <div lang=km>សា<span></span>ហា</div> 21 <div lang=km class=ref>សា<span></span>ហា</div>