tor-browser

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

ric-in-monospace-ref.html (448B)


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