1850672-1.html (255B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <p>Both lines should look the same:</p> 4 <div style="font-size:xxx-large;"> 5 <div style="font-family:'Yu Gothic', serif;"> 6 lorem ipsum 7 </div> 8 <div style="font-family:'游ゴシック', serif;"> 9 lorem ipsum 10 </div> 11 </body>