1798297-1.html (412B)
1 <!DOCTYPE html> 2 <html lang="ja"> 3 <head> 4 <meta charset="UTF-8" /> 5 <title>Coordination of kern and palt features for CJK kerning</title> 6 <style> 7 .test { 8 font-family: "Yu Gothic UI"; 9 font-size: 3em; 10 font-kerning: normal; 11 } 12 </style> 13 <body> 14 <p>Enabling font-kerning:normal should NOT apply 'palt' for the Yu Gothic UI font</p> 15 <div class=test>幻塔 イラストコンテスト 開催</div> 16 </body> 17 </head>