summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/localized-family-names-002.html
blob: 5a7fffc2aa2edd49cae1c1a5ef14f2cf3a70c636 (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</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: "ヒラギノ丸ゴ ProN"; }
#test22 { font-family: "ヒラギノ明朝 ProN"; }
#test23 { font-family: "ヒラギノ明朝 Pro"; }
#test24 { font-family: "楷体"; }
#test30 { font-family: "儷黑 Pro"; }
#test31 { font-family: "儷宋 Pro"; }
#test33 { font-family: "MS 明朝"; }
#test34 { font-family: "MS Pゴシック"; }
#test35 { font-family: "MS P明朝"; }
#test36 { font-family: "맑은 고딕"; }

</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>