summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/meiryo-ja.html
blob: 0184415d7678d2117cf26c1ff2d2110b95334ab4 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body { margin: 50px; font-size: 72pt; }
#test { font-family: "メイリオ"; font-weight: normal; font-style: normal; }
</style>
</head>
<body><p id="test">魅力的な人</p></body>
</html>