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

#test2 { font-family: "Apple LiSung"; }
#test3 { font-family: "BatangChe"; }
#test9 { font-family: "Dotum"; }
#test10 { font-family: "FangSong"; }
#test12 { font-family: "Gulim"; }
#test14 { font-family: "Gungsuh"; }
#test15 { font-family: "HY Kak Headline Std"; }
#test17 { font-family: "Hiragino Kaku Gothic Pro"; }
#test18 { font-family: "Hiragino Kaku Gothic StdN"; }
#test19 { font-family: "Hiragino Kaku Gothic 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>