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