tor-browser

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

woff2-1.html (288B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Test for WOFF2</title>
      6 <style>
      7 @font-face {
      8  font-family: test;
      9  src: url(../fonts/sil/GenR102.woff2);
     10 }
     11 body {
     12  font-family: test, monospace;
     13  font-size: 24px;
     14 }  
     15 </style>
     16 </head>
     17 <body>
     18 Hello WOFF2 World!
     19 </body>
     20 </html>