tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

localized-family-names-001-ref.html (1220B)


      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 #test2 { font-family: "Apple LiSung"; }
     15 #test3 { font-family: "BatangChe"; }
     16 #test9 { font-family: "Dotum"; }
     17 #test10 { font-family: "FangSong"; }
     18 #test12 { font-family: "Gulim"; }
     19 #test14 { font-family: "Gungsuh"; }
     20 #test15 { font-family: "HY Kak Headline Std"; }
     21 #test17 { font-family: "Hiragino Kaku Gothic Pro"; }
     22 #test18 { font-family: "Hiragino Kaku Gothic StdN"; }
     23 #test19 { font-family: "Hiragino Kaku Gothic Std"; }
     24 
     25 </style>
     26  
     27 <script type="text/javascript">
     28 
     29 </script>
     30  
     31 </head>
     32 <body>
     33 
     34 <p id="test2">蘋果儷細宋 Apple LiSung</p>
     35 <p id="test3">바탕체 BatangChe</p>
     36 <p id="test9">돋움 Dotum</p>
     37 <p id="test10">仿宋 FangSong</p>
     38 <p id="test12">굴림 Gulim</p>
     39 <p id="test14">궁서 Gungsuh</p>
     40 <p id="test15">HY각헤드라인 Std HY Kak Headline Std</p>
     41 <p id="test17">ヒラギノ角ゴ Pro Hiragino Kaku Gothic Pro</p>
     42 <p id="test18">ヒラギノ角ゴ StdN Hiragino Kaku Gothic StdN</p>
     43 <p id="test19">ヒラギノ角ゴ Std Hiragino Kaku Gothic Std</p>
     44 
     45 </body>
     46 </html>