localized-family-names-003.html (1173B)
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 line-height: 1.8em; 13 } 14 15 #test37 { font-family: "メイリオ"; } 16 #test38 { font-family: "微軟正黑體"; } 17 #test39 { font-family: "微软雅黑"; } 18 #test40 { font-family: "細明體-ExtB"; } 19 #test41 { font-family: "細明體"; } 20 #test43 { font-family: "細明體_HKSCS"; } 21 #test44 { font-family: "新宋体"; } 22 #test46 { font-family: "新細明體"; } 23 #test47 { font-family: "רעננה"; } 24 #test48 { font-family: "华文仿宋"; } 25 26 </style> 27 28 <script type="text/javascript"> 29 30 </script> 31 32 </head> 33 <body> 34 35 <p id="test37">メイリオ Meiryo</p> 36 <p id="test38">微軟正黑體 Microsoft JhengHei</p> 37 <p id="test39">微软雅黑 Microsoft YaHei</p> 38 <p id="test40">細明體-ExtB MingLiU-ExtB</p> 39 <p id="test41">細明體 MingLiU</p> 40 <p id="test43">細明體_HKSCS MingLiU_HKSCS</p> 41 <p id="test44">新宋体 NSimSun</p> 42 <p id="test46">新細明體 PMingLiU</p> 43 <p id="test47">רעננה Raanana</p> 44 <p id="test48">华文仿宋 STFangsong</p> 45 46 </body> 47 </html>