summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/meiryo-en-oblique.html
blob: 7036a80373106e69db8c7c34a6ef6a28913c231e (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: "Meiryo"; font-style: oblique; }
</style>
</head>
<body><p id="test">魅力的な人</p></body>
</html>