tor-browser

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

rch-in-monospace.html (488B)


      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="rch-in-monospace-ref.html">
      5 
      6 <p>The following two lines should look exactly the same.</p>
      7 
      8 <div style="font-family: monospace; font-size: 1.5em">
      9  <div style="font-family: sans-serif; font-size: 1rch">
     10    Text.
     11  </div>
     12 </div>
     13 
     14 <div style="font-family: sans-serif; font-size: 1rch">
     15  Text.
     16 </div>