summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/localized-family-names-002-ref.html
blob: 6ab9a06e3930c3f94f952ee8d8ce64704e9f0367 (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
<!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;
}

#test20 { font-family: "Hiragino Maru Gothic ProN"; }
#test22 { font-family: "Hiragino Mincho ProN"; }
#test23 { font-family: "Hiragino Mincho Pro"; }
#test24 { font-family: "KaiTi"; }
#test30 { font-family: "LiHei Pro"; }
#test31 { font-family: "LiSong Pro"; }
#test33 { font-family: "MS Mincho"; }
#test34 { font-family: "MS PGothic"; }
#test35 { font-family: "MS PMincho"; }
#test36 { font-family: "Malgun Gothic"; }

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

</script>
  
</head>
<body>

<p id="test20">ヒラギノ丸ゴ ProN Hiragino Maru Gothic ProN</p>
<p id="test22">ヒラギノ明朝 ProN Hiragino Mincho ProN</p>
<p id="test23">ヒラギノ明朝 Pro Hiragino Mincho Pro</p>
<p id="test24">楷体 KaiTi</p>
<p id="test30">儷黑 Pro LiHei Pro</p>
<p id="test31">儷宋 Pro LiSong Pro</p>
<p id="test33">MS 明朝 MS Mincho</p>
<p id="test34">MS Pゴシック MS PGothic</p>
<p id="test35">MS P明朝 MS PMincho</p>
<p id="test36">맑은 고딕 Malgun Gothic</p>

</body>
</html>