|
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" /> |
|
6 |
|
7 <style type="text/css"> |
|
8 |
|
9 body { |
|
10 margin: 50px; |
|
11 font-size: 24px; |
|
12 } |
|
13 |
|
14 #test20 { font-family: "Hiragino Maru Gothic ProN"; } |
|
15 #test22 { font-family: "Hiragino Mincho ProN"; } |
|
16 #test23 { font-family: "Hiragino Mincho Pro"; } |
|
17 #test24 { font-family: "KaiTi"; } |
|
18 #test30 { font-family: "LiHei Pro"; } |
|
19 #test31 { font-family: "LiSong Pro"; } |
|
20 #test33 { font-family: "MS Mincho"; } |
|
21 #test34 { font-family: "MS PGothic"; } |
|
22 #test35 { font-family: "MS PMincho"; } |
|
23 #test36 { font-family: "Malgun Gothic"; } |
|
24 |
|
25 </style> |
|
26 |
|
27 <script type="text/javascript"> |
|
28 |
|
29 </script> |
|
30 |
|
31 </head> |
|
32 <body> |
|
33 |
|
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> |
|
44 |
|
45 </body> |
|
46 </html> |