tor-browser

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

font-synthesis-07-ref.html (431B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Reference: 'font-synthesis:none' with a font that doesn't support small-caps</title>
      4 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
      5 <style>
      6  @font-face {
      7    font-family: Lato;
      8    src: url(/fonts/Lato-Medium.ttf);
      9  }
     10  .test {
     11     font: 2em/1 Lato;
     12  }
     13 </style>
     14 
     15 <p>Test passes if "A" is upper-case and "bcd e" is lower-case.</p>
     16 <p class="test">Abcd e</p>