tor-browser

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

system-generic-fallback-ja.html (415B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>system generic linked families</title>
      5 <meta charset="utf-8">
      6 
      7 <style>
      8 body {
      9  margin: 50px;
     10 }
     11 
     12 p {
     13  margin: 0;
     14  display: inline-block;
     15  font-size: 80px;
     16  line-height: 1.3em;
     17 }
     18 
     19 p + p { margin-top: 5px; }
     20 
     21 #test p:before { content: "123abc 途外"; }
     22 #test p { font-family: -apple-system; }
     23 </style>
     24 
     25 </head>
     26 <body>
     27 
     28 <div lang="ja" id=test>
     29 <p></p>
     30 </div>
     31 
     32 </body>
     33 </html>