no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / localized-family-names-002.html
blob5a7fffc2aa2edd49cae1c1a5ef14f2cf3a70c636
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Localized font family names</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 #test20 { font-family: "ヒラギノ丸ゴ ProN"; }
15 #test22 { font-family: "ヒラギノ明朝 ProN"; }
16 #test23 { font-family: "ヒラギノ明朝 Pro"; }
17 #test24 { font-family: "楷体"; }
18 #test30 { font-family: "儷黑 Pro"; }
19 #test31 { font-family: "儷宋 Pro"; }
20 #test33 { font-family: "MS 明朝"; }
21 #test34 { font-family: "MS Pゴシック"; }
22 #test35 { font-family: "MS P明朝"; }
23 #test36 { font-family: "맑은 고딕"; }
25 </style>
27 <script type="text/javascript">
29 </script>
31 </head>
32 <body>
34 <p id="test20">ヒラギノ丸ゴ ProN Hiragino Maru Gothic ProN</p>
35 <p id="test22">ヒラギノ明朝 ProN Hiragino Mincho ProN</p>
36 <p id="test23">ヒラギノ明朝 Pro Hiragino Mincho Pro</p>
37 <p id="test24">楷体 KaiTi</p>
38 <p id="test30">儷黑 Pro LiHei Pro</p>
39 <p id="test31">儷宋 Pro LiSong Pro</p>
40 <p id="test33">MS 明朝 MS Mincho</p>
41 <p id="test34">MS Pゴシック MS PGothic</p>
42 <p id="test35">MS P明朝 MS PMincho</p>
43 <p id="test36">맑은 고딕 Malgun Gothic</p>
45 </body>
46 </html>