tor-browser

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

rlh-in-monospace.html (646B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-size-prop">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=623842">
      4 <link rel="help" href="https://bugs.webkit.org/show_bug.cgi?id=246566">
      5 <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
      6 <link rel="match" href="rlh-in-monospace-ref.html">
      7 
      8 <p>The following two lines should look exactly the same.</p>
      9 
     10 <div style="font-family: monospace; font-size: 1.5em">
     11  <div style="font-family: sans-serif; font-size: 1rlh">
     12    Text.
     13  </div>
     14 </div>
     15 
     16 <div style="font-family: sans-serif; font-size: 1rlh">
     17  Text.
     18 </div>