tor-browser

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

localized-family-names-004.html (819B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Localized font family names</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: "华文黑体"; }
     15 #test51 { font-family: "华文宋体"; }
     16 #test52 { font-family: "さざなみゴシック"; }
     17 #test53 { font-family: "さざなみ明朝"; }
     18 #test54 { font-family: "黑体"; }
     19 #test55 { font-family: "宋体"; }
     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>