tor-browser

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

rcap-in-monospace.html (647B)


      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="rcap-in-monospace-ref.html">
      5 
      6 <link rel="stylesheet" href="/fonts/ahem.css">
      7 
      8 <style>
      9  :root {
     10    font-family: Ahem;
     11    font-size: 16px;
     12  }
     13 </style>
     14 
     15 <p style="font-family: sans-serif">The following two lines should look exactly the same.</p>
     16 
     17 <div style="font-family: monospace; font-size: 1.5em">
     18  <div style="font-family: sans-serif; font-size: 1rcap">
     19    Text.
     20  </div>
     21 </div>
     22 
     23 <div style="font-family: sans-serif; font-size: 1rcap">
     24  Text.
     25 </div>