tor-browser

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

variable-gpos-m2b-ref.html (458B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <meta charset="utf-8">
      4 <style>
      5    @font-face {
      6    font-family: variabletest_box;
      7    src: url(resources/variabletest_box.ttf);
      8    }
      9 
     10    body {
     11    font-family: variabletest_box, sans-serif;
     12    sans-serif;
     13    font-size: 100px;
     14    }
     15 </style>
     16 M&#x033B; N&#x033B; O&#x033B;
     17 <script>
     18    document.fonts.ready.then(
     19        () => { document.documentElement.classList.remove("reftest-wait"); });
     20 </script>
     21 </html>