tor-browser

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

ivs-1-ref.html (395B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5 <style>
      6 @font-face { font-family: IVSテスト; src: url('../fonts/gw432047.ttf') format("truetype"); }
      7 body { background: white }
      8 span { font-size: 72pt; font-family: IVSテスト, serif; border: 1px red solid }
      9 </style>
     10 </head>
     11 <body>
     12 <span>&#xE000;&#xE001;</span>
     13 </body>
     14 </html>