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 | #test37 { font-family: "Meiryo"; } |
michael@0 | 15 | #test38 { font-family: "Microsoft JhengHei"; } |
michael@0 | 16 | #test39 { font-family: "Microsoft YaHei"; } |
michael@0 | 17 | #test40 { font-family: "MingLiU-ExtB"; } |
michael@0 | 18 | #test41 { font-family: "MingLiU"; } |
michael@0 | 19 | #test43 { font-family: "MingLiU_HKSCS"; } |
michael@0 | 20 | #test44 { font-family: "NSimSun"; } |
michael@0 | 21 | #test46 { font-family: "PMingLiU"; } |
michael@0 | 22 | #test47 { font-family: "Raanana"; } |
michael@0 | 23 | #test48 { font-family: "STFangsong"; } |
michael@0 | 24 | |
michael@0 | 25 | </style> |
michael@0 | 26 | |
michael@0 | 27 | <script type="text/javascript"> |
michael@0 | 28 | |
michael@0 | 29 | </script> |
michael@0 | 30 | |
michael@0 | 31 | </head> |
michael@0 | 32 | <body> |
michael@0 | 33 | |
michael@0 | 34 | <p id="test37">メイリオ Meiryo</p> |
michael@0 | 35 | <p id="test38">微軟正黑體 Microsoft JhengHei</p> |
michael@0 | 36 | <p id="test39">微软雅黑 Microsoft YaHei</p> |
michael@0 | 37 | <p id="test40">細明體-ExtB MingLiU-ExtB</p> |
michael@0 | 38 | <p id="test41">細明體 MingLiU</p> |
michael@0 | 39 | <p id="test43">細明體_HKSCS MingLiU_HKSCS</p> |
michael@0 | 40 | <p id="test44">新宋体 NSimSun</p> |
michael@0 | 41 | <p id="test46">新細明體 PMingLiU</p> |
michael@0 | 42 | <p id="test47">רעננה Raanana</p> |
michael@0 | 43 | <p id="test48">华文仿宋 STFangsong</p> |
michael@0 | 44 | |
michael@0 | 45 | </body> |
michael@0 | 46 | </html> |