tor-browser

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

color-2a.html (332B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8"/>
      5 <style>
      6 @font-face {
      7  font-family: colr-unset;
      8  src: url("../fonts/colr-unset.ttf");
      9 }
     10 
     11 span {
     12  font-family: colr-unset;
     13  font-size: 25pt;
     14 }
     15 </style>
     16 </head>
     17 <body>
     18 <span>A</span><span style="color: #00FF00FF">A</span><span style="color: #0000FFFF">A</span>
     19 </body>
     20 </html>