tor-browser

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

font-weight-100-ref.html (303B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <link rel="author" title="Mike Bremford" href="http://bfo.com">
      5 <style>
      6 div { font-weight: 100 }
      7 </style>
      8 <body>
      9  <p>Test passes if the lines of "Filler Text" below match.</p>
     10  <div>Filler Text</div>
     11  <div>Filler Text</div>
     12 </body>