localized-family-names-003-ref.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <style type="text/css">
  7. body {
  8. margin: 50px;
  9. font-size: 24px;
  10. }
  11. #test37 { font-family: "Meiryo"; }
  12. #test38 { font-family: "Microsoft JhengHei"; }
  13. #test39 { font-family: "Microsoft YaHei"; }
  14. #test40 { font-family: "MingLiU-ExtB"; }
  15. #test41 { font-family: "MingLiU"; }
  16. #test43 { font-family: "MingLiU_HKSCS"; }
  17. #test44 { font-family: "NSimSun"; }
  18. #test46 { font-family: "PMingLiU"; }
  19. #test47 { font-family: "Raanana"; }
  20. #test48 { font-family: "STFangsong"; }
  21. </style>
  22. <script type="text/javascript">
  23. </script>
  24. </head>
  25. <body>
  26. <p id="test37">メイリオ Meiryo</p>
  27. <p id="test38">微軟正黑體 Microsoft JhengHei</p>
  28. <p id="test39">微软雅黑 Microsoft YaHei</p>
  29. <p id="test40">細明體-ExtB MingLiU-ExtB</p>
  30. <p id="test41">細明體 MingLiU</p>
  31. <p id="test43">細明體_HKSCS MingLiU_HKSCS</p>
  32. <p id="test44">新宋体 NSimSun</p>
  33. <p id="test46">新細明體 PMingLiU</p>
  34. <p id="test47">רעננה Raanana</p>
  35. <p id="test48">华文仿宋 STFangsong</p>
  36. </body>
  37. </html>