summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/localized-family-names-001.html
blob: d5396a62b1be03e926b53e66f8f10d39fcca59cf (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;
}

#test2 { font-family: "蘋果儷細宋"; }
#test3 { font-family: "바탕체"; }
#test9 { font-family: "돋움"; }
#test10 { font-family: "仿宋"; }
#test12 { font-family: "굴림"; }
#test14 { font-family: "궁서"; }
#test15 { font-family: "HY각헤드라인 Std"; }
#test17 { font-family: "ヒラギノ角ゴ Pro"; }
#test18 { font-family: "ヒラギノ角ゴ StdN"; }
#test19 { font-family: "ヒラギノ角ゴ Std"; }

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

</script>
  
</head>
<body>

<p id="test2">蘋果儷細宋 Apple LiSung</p>
<p id="test3">바탕체 BatangChe</p>
<p id="test9">돋움 Dotum</p>
<p id="test10">仿宋 FangSong</p>
<p id="test12">굴림 Gulim</p>
<p id="test14">궁서 Gungsuh</p>
<p id="test15">HY각헤드라인 Std HY Kak Headline Std</p>
<p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p>
<p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p>
<p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p>

</body>
</html>