123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>Localized font family names</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <style type="text/css">
- body {
- margin: 50px;
- font-size: 24px;
- }
- #test49 { font-family: "华文黑体"; }
- #test51 { font-family: "华文宋体"; }
- #test52 { font-family: "さざなみゴシック"; }
- #test53 { font-family: "さざなみ明朝"; }
- #test54 { font-family: "黑体"; }
- #test55 { font-family: "宋体"; }
- </style>
-
- <script type="text/javascript">
- </script>
-
- </head>
- <body>
- <p id="test49">华文黑体 STHeiti</p>
- <p id="test51">华文宋体 STSong</p>
- <p id="test52">さざなみゴシック Sazanami Gothic</p>
- <p id="test53">さざなみ明朝 Sazanami Mincho</p>
- <p id="test54">黑体 SimHei</p>
- <p id="test55">宋体 SimSun</p>
- </body>
- </html>
|