Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Localized font family names (ref)</title> |
michael@0 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
michael@0 | 6 | |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | |
michael@0 | 9 | body { |
michael@0 | 10 | margin: 50px; |
michael@0 | 11 | font-size: 24px; |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | #test49 { font-family: "STHeiti"; } |
michael@0 | 15 | #test51 { font-family: "STSong"; } |
michael@0 | 16 | #test52 { font-family: "Sazanami Gothic"; } |
michael@0 | 17 | #test53 { font-family: "Sazanami Mincho"; } |
michael@0 | 18 | #test54 { font-family: "SimHei"; } |
michael@0 | 19 | #test55 { font-family: "SimSun"; } |
michael@0 | 20 | |
michael@0 | 21 | </style> |
michael@0 | 22 | |
michael@0 | 23 | <script type="text/javascript"> |
michael@0 | 24 | |
michael@0 | 25 | </script> |
michael@0 | 26 | |
michael@0 | 27 | </head> |
michael@0 | 28 | <body> |
michael@0 | 29 | |
michael@0 | 30 | <p id="test49">华文黑体 STHeiti</p> |
michael@0 | 31 | <p id="test51">华文宋体 STSong</p> |
michael@0 | 32 | <p id="test52">さざなみゴシック Sazanami Gothic</p> |
michael@0 | 33 | <p id="test53">さざなみ明朝 Sazanami Mincho</p> |
michael@0 | 34 | <p id="test54">黑体 SimHei</p> |
michael@0 | 35 | <p id="test55">宋体 SimSun</p> |
michael@0 | 36 | |
michael@0 | 37 | </body> |
michael@0 | 38 | </html> |