tor-browser

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

font-synthesis-06-ref.html (453B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Reference: 'font-synthesis:none' with a font that support small-caps</title>
      4 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
      5 <style>
      6  @font-face {
      7    font-family: fwf;
      8    src: url(support/fonts/FontWithFancyFeatures.otf);
      9  }
     10  .test {
     11     font: 2em/1 fwf;
     12  }
     13 </style>
     14 
     15 <p>Test passes if there are four check marks (✓), and zero crosses (✗). </p>
     16 <p class="test">CCC C</p>