tor-browser

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

rcap-in-monospace-ref.html (394B)


      1 <!DOCTYPE html>
      2 
      3 <link rel="stylesheet" href="/fonts/ahem.css">
      4 
      5 <style>
      6  :root {
      7    font-family: Ahem;
      8    font-size: 16px;
      9  }
     10 </style>
     11 
     12 <p style="font-family: sans-serif">The following two lines should look exactly the same.</p>
     13 
     14 <div style="font-size: 1cap;">
     15  <div style="font-family: sans-serif;">
     16    Text.
     17  </div>
     18 
     19  <div style="font-family: sans-serif;">
     20    Text.
     21  </div>
     22 </div>