trisquel-icecat/icecat/layout/reftests/font-matching/1850672-1.html

11 lines
No EOL
255 B
HTML

<!doctype html>
<meta charset=utf-8>
<p>Both lines should look the same:</p>
<div style="font-size:xxx-large;">
<div style="font-family:'Yu Gothic', serif;">
lorem ipsum
</div>
<div style="font-family:'游ゴシック', serif;">
lorem ipsum
</div>
</body>