<!DOCTYPE HTML> <html> <head> <title>Localized font family names (ref)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body { margin: 50px; font-size: 24px; } #test37 { font-family: "Meiryo"; } #test38 { font-family: "Microsoft JhengHei"; } #test39 { font-family: "Microsoft YaHei"; } #test40 { font-family: "MingLiU-ExtB"; } #test41 { font-family: "MingLiU"; } #test43 { font-family: "MingLiU_HKSCS"; } #test44 { font-family: "NSimSun"; } #test46 { font-family: "PMingLiU"; } #test47 { font-family: "Raanana"; } #test48 { font-family: "STFangsong"; } </style> <script type="text/javascript"> </script> </head> <body> <p id="test37">メイリオ Meiryo</p> <p id="test38">微軟正黑體 Microsoft JhengHei</p> <p id="test39">微软雅黑 Microsoft YaHei</p> <p id="test40">細明體-ExtB MingLiU-ExtB</p> <p id="test41">細明體 MingLiU</p> <p id="test43">細明體_HKSCS MingLiU_HKSCS</p> <p id="test44">新宋体 NSimSun</p> <p id="test46">新細明體 PMingLiU</p> <p id="test47">רעננה Raanana</p> <p id="test48">华文仿宋 STFangsong</p> </body> </html>