localized-family-names-002.html (1254B)
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" /> 6 7 <style type="text/css"> 8 9 body { 10 margin: 50px; 11 font-size: 24px; 12 } 13 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: "맑은 고딕"; } 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>