tor-browser

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

805760-1.html (293B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 @font-face{
      6    font-family:t; src:url(805760.ttf);
      7 }
      8 p.t{
      9    font-size:40px; 
     10    font-family:t;
     11 }
     12 span.t {
     13    font-size:10px;
     14    font-family:t;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 <p class="t">Lorem ipsum</p>
     20 <span class="t">Lorem ipsum</span>
     21 </body></html>