tor-browser

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

ric-in-monospace.html (700B)


      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="ric-in-monospace-ref.html">
      5 
      6 <style>
      7  @font-face {
      8    font-family: IcTestFullWidth;
      9    src: url(../css-values/resources/IcTestFullWidth.woff2);
     10  }
     11  :root {
     12    font-family: IcTestFullWidth;
     13  }
     14 </style>
     15 
     16 <p style="font-family: sans-serif">The following two lines should look exactly the same.</p>
     17 
     18 <div style="font-family: monospace; font-size: 1.5em">
     19  <div style="font-family: sans-serif; font-size: 1ric">
     20    Text.
     21  </div>
     22 </div>
     23 
     24 <div style="font-family: sans-serif; font-size: 1ric">
     25  Text.
     26 </div>