tor-browser

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

rex-in-monospace-ref.html (442B)


      1 <!DOCTYPE html>
      2 
      3 <style>
      4  @font-face {
      5    font-family: ExTest;
      6    src: url(../css-values/resources/ExTest.woff);
      7  }
      8  :root {
      9    font-family: ExTest;
     10    font-size: 20px;
     11  }
     12 </style>
     13 
     14 <p style="font-family: sans-serif">The following two lines should look exactly the same.</p>
     15 
     16 <div style="font-size: 1ex;">
     17  <div style="font-family: sans-serif;">
     18    Text.
     19  </div>
     20 
     21  <div style="font-family: sans-serif;">
     22    Text.
     23  </div>
     24 </div>