tor-browser

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

colrv1-02a-ref.html (275B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset=utf-8>
      4 <title>COLRv1 font test: using the tech() function</title>
      5 <style>
      6 @font-face {
      7  font-family: CAhem;
      8  src: url("CAhem.ttf");
      9 }
     10 #test { font: 100px/1 CAhem, serif; margin: 10px; padding: 10px; }
     11 </style>
     12 
     13 <div id="test">ABC</div>