tor-browser

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

1248248-1-orientation-break-glyphrun-ref.html (342B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <style>
      6 @font-face {
      7  font-family: test;
      8  src: url('../fonts/gw1270797.ttf') format("truetype");
      9 }
     10 html {
     11  font-size: 72pt;
     12  font-family: test, sans-serif;
     13  writing-mode: vertical-rl;
     14  text-orientation: mixed;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 &#xFA19;&#xFA19;&#xFA19;&#xFA19;
     20 </body>
     21 </html>