no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / localized-family-names-004-ref.html
blob6ef138d8beeef52f0a0b61a9f38762cbc8025ac5
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Localized font family names (ref)</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 body {
10 margin: 50px;
11 font-size: 24px;
14 #test49 { font-family: "STHeiti"; }
15 #test51 { font-family: "STSong"; }
16 #test52 { font-family: "Sazanami Gothic"; }
17 #test53 { font-family: "Sazanami Mincho"; }
18 #test54 { font-family: "SimHei"; }
19 #test55 { font-family: "SimSun"; }
21 </style>
23 <script type="text/javascript">
25 </script>
27 </head>
28 <body>
30 <p id="test49">华文黑体 STHeiti</p>
31 <p id="test51">华文宋体 STSong</p>
32 <p id="test52">さざなみゴシック Sazanami Gothic</p>
33 <p id="test53">さざなみ明朝 Sazanami Mincho</p>
34 <p id="test54">黑体 SimHei</p>
35 <p id="test55">宋体 SimSun</p>
37 </body>
38 </html>