tor-browser

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

ex-unit-001-ref.html (715B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <meta name="flags" content="ahem">
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 <style>
      8  @font-face {
      9    font-family: foo;
     10    font-weight: 900;
     11    src: url('/fonts/noto/noto-sans-v8-latin-regular.woff');
     12  }
     13  div {
     14    font-family: foo, sans-serif;
     15    font-weight: 900;
     16    width: 10ex;
     17    height: 20px;
     18    background: blue;
     19    margin: 20px;
     20    font-size: 20px;
     21  }
     22 </style>
     23 <p>All lines except the first should be the same length</p>
     24 <div style="font-family: Ahem; font-weight: normal;"></div>
     25 <div></div>
     26 <div></div>
     27 <div></div>