blob: 249b4802663f9d23271cf5e9e8d1f0a5c82eaef5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.item {
font-size: 48px;
}
</style>
</head>
<body>
This test makes sure that Windows font names are aliased to specific fonts which exist on Cocoa platforms. Note the expected results of this test will vary depending on which operating system is used.
<span class="item" style="font-family: '宋体';">纸牌屋雪</span>
<span class="item" style="font-family: '\5b8b\4f53';">纸牌屋雪</span>
<span class="item" style="font-family: 'SimSun';">纸牌屋雪</span>
<span class="item" style="font-family: 'Microsoft YaHei';">纸牌屋雪</span>
<span class="item" style="font-family: '微软雅黑';">纸牌屋雪</span>
<span class="item" style="font-family: '黑体';">纸牌屋雪</span>
<span class="item" style="font-family: 'Microsoft JhengHei';">纸牌屋雪</span>
<span class="item" style="font-family: '微軟正黑體';">纸牌屋雪</span>
<span class="item" style="font-family: 'MS MingLiU';">纸牌屋雪</span>
<span class="item" style="font-family: '微軟新細明體';">纸牌屋雪</span>
</body>
</html>