localized-family-names-004.html 819 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. <style type="text/css">
  7. body {
  8. margin: 50px;
  9. font-size: 24px;
  10. }
  11. #test49 { font-family: "华文黑体"; }
  12. #test51 { font-family: "华文宋体"; }
  13. #test52 { font-family: "さざなみゴシック"; }
  14. #test53 { font-family: "さざなみ明朝"; }
  15. #test54 { font-family: "黑体"; }
  16. #test55 { font-family: "宋体"; }
  17. </style>
  18. <script type="text/javascript">
  19. </script>
  20. </head>
  21. <body>
  22. <p id="test49">华文黑体 STHeiti</p>
  23. <p id="test51">华文宋体 STSong</p>
  24. <p id="test52">さざなみゴシック Sazanami Gothic</p>
  25. <p id="test53">さざなみ明朝 Sazanami Mincho</p>
  26. <p id="test54">黑体 SimHei</p>
  27. <p id="test55">宋体 SimSun</p>
  28. </body>
  29. </html>