tor-browser

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

ex-unit-1.html (273B)


      1 <!DOCTYPE HTML>
      2 <title>ex unit with Ahem font</title>
      3 <style type="text/css">
      4 @font-face { font-family: "Ahhhem"; src: url(../fonts/Ahem.ttf); }
      5 html { background: white; }
      6 body { font-family: Ahhhem; font-size: 50px; height: 2ex; width: 2ex; background: blue;  }
      7 </style>