tor-browser

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

colrv1-01.html (435B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset=utf-8>
      4 <title>COLRv1 font test: comparing against CSS representation</title>
      5 <style>
      6 @font-face { font-family: CAhem; src: url("CAhem.ttf"); }
      7 #test { font: 100px/1 CAhem; margin: 10px; padding: 10px; }
      8 </style>
      9 
     10 <p>COLRv1 font rendering:</p>
     11 <div id="test"></div>
     12 
     13 <script>
     14 test.textContent = window.location.hash.substr(1);
     15 document.documentElement.classList = "";
     16 </script>