summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/localized-family-names-003-ref.html
blob: c1be37bdaedf8b2ba2e009094d9718936df73e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML>
<html>
<head>
<title>Localized font family names (ref)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<style type="text/css">

body {
  margin: 50px;
  font-size: 24px;
  line-height: 1.8em;
}

#test37 { font-family: "Meiryo"; }
#test38 { font-family: "Microsoft JhengHei"; }
#test39 { font-family: "Microsoft YaHei"; }
#test40 { font-family: "MingLiU-ExtB"; }
#test41 { font-family: "MingLiU"; }
#test43 { font-family: "MingLiU_HKSCS"; }
#test44 { font-family: "NSimSun"; }
#test46 { font-family: "PMingLiU"; }
#test47 { font-family: "Raanana"; }
#test48 { font-family: "STFangsong"; }

</style>
  
<script type="text/javascript">

</script>
  
</head>
<body>

<p id="test37">メイリオ Meiryo</p>
<p id="test38">微軟正黑體 Microsoft JhengHei</p>
<p id="test39">微软雅黑 Microsoft YaHei</p>
<p id="test40">細明體-ExtB MingLiU-ExtB</p>
<p id="test41">細明體 MingLiU</p>
<p id="test43">細明體_HKSCS MingLiU_HKSCS</p>
<p id="test44">新宋体 NSimSun</p>
<p id="test46">新細明體 PMingLiU</p>
<p id="test47">רעננה Raanana</p>
<p id="test48">华文仿宋 STFangsong</p>

</body>
</html>