Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Localized font family names</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 | #test20 { font-family: "ヒラギノ丸ゴ ProN"; } |
michael@0 | 15 | #test22 { font-family: "ヒラギノ明朝 ProN"; } |
michael@0 | 16 | #test23 { font-family: "ヒラギノ明朝 Pro"; } |
michael@0 | 17 | #test24 { font-family: "楷体"; } |
michael@0 | 18 | #test30 { font-family: "儷黑 Pro"; } |
michael@0 | 19 | #test31 { font-family: "儷宋 Pro"; } |
michael@0 | 20 | #test33 { font-family: "MS 明朝"; } |
michael@0 | 21 | #test34 { font-family: "MS Pゴシック"; } |
michael@0 | 22 | #test35 { font-family: "MS P明朝"; } |
michael@0 | 23 | #test36 { font-family: "맑은 고딕"; } |
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="test20">ヒラギノ丸ゴ ProN Hiragino Maru Gothic ProN</p> |
michael@0 | 35 | <p id="test22">ヒラギノ明朝 ProN Hiragino Mincho ProN</p> |
michael@0 | 36 | <p id="test23">ヒラギノ明朝 Pro Hiragino Mincho Pro</p> |
michael@0 | 37 | <p id="test24">楷体 KaiTi</p> |
michael@0 | 38 | <p id="test30">儷黑 Pro LiHei Pro</p> |
michael@0 | 39 | <p id="test31">儷宋 Pro LiSong Pro</p> |
michael@0 | 40 | <p id="test33">MS 明朝 MS Mincho</p> |
michael@0 | 41 | <p id="test34">MS Pゴシック MS PGothic</p> |
michael@0 | 42 | <p id="test35">MS P明朝 MS PMincho</p> |
michael@0 | 43 | <p id="test36">맑은 고딕 Malgun Gothic</p> |
michael@0 | 44 | |
michael@0 | 45 | </body> |
michael@0 | 46 | </html> |