Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
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;
12 }
14 #test2 { font-family: "蘋果儷細宋"; }
15 #test3 { font-family: "바탕체"; }
16 #test9 { font-family: "돋움"; }
17 #test10 { font-family: "仿宋"; }
18 #test12 { font-family: "굴림"; }
19 #test14 { font-family: "궁서"; }
20 #test15 { font-family: "HY각헤드라인 Std"; }
21 #test17 { font-family: "ヒラギノ角ゴ Pro"; }
22 #test18 { font-family: "ヒラギノ角ゴ StdN"; }
23 #test19 { font-family: "ヒラギノ角ゴ Std"; }
25 </style>
27 <script type="text/javascript">
29 </script>
31 </head>
32 <body>
34 <p id="test2">蘋果儷細宋 Apple LiSung</p>
35 <p id="test3">바탕체 BatangChe</p>
36 <p id="test9">돋움 Dotum</p>
37 <p id="test10">仿宋 FangSong</p>
38 <p id="test12">굴림 Gulim</p>
39 <p id="test14">궁서 Gungsuh</p>
40 <p id="test15">HY각헤드라인 Std HY Kak Headline Std</p>
41 <p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p>
42 <p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p>
43 <p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p>
45 </body>
46 </html>