tor-browser

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

rex-in-monospace.html (693B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-size-prop">
      3 <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
      4 <link rel="match" href="rex-in-monospace-ref.html">
      5 
      6 <style>
      7  @font-face {
      8    font-family: ExTest;
      9    src: url(../css-values/resources/ExTest.woff);
     10  }
     11  :root {
     12    font-family: ExTest;
     13    font-size: 20px;
     14  }
     15 </style>
     16 
     17 <p style="font-family: sans-serif">The following two lines should look exactly the same.</p>
     18 
     19 <div style="font-family: monospace; font-size: 1.5em">
     20  <div style="font-family: sans-serif; font-size: 1rex">
     21    Text.
     22  </div>
     23 </div>
     24 
     25 <div style="font-family: sans-serif; font-size: 1rex">
     26  Text.
     27 </div>