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

#test49 { font-family: "STHeiti"; }
#test51 { font-family: "STSong"; }
#test52 { font-family: "Sazanami Gothic"; }
#test53 { font-family: "Sazanami Mincho"; }
#test54 { font-family: "SimHei"; }
#test55 { font-family: "SimSun"; }

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

</script>
  
</head>
<body>

<p id="test49">华文黑体 STHeiti</p>
<p id="test51">华文宋体 STSong</p>
<p id="test52">さざなみゴシック Sazanami Gothic</p>
<p id="test53">さざなみ明朝 Sazanami Mincho</p>
<p id="test54">黑体 SimHei</p>
<p id="test55">宋体 SimSun</p>

</body>
</html>