tor-browser

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

font-slant-2-ref.html (468B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>CSS reference file: mapping of font-style:oblique to opentype 'slnt' axis</title>
      4 <style>
      5 @font-face {
      6  font-family: test;
      7  src: url(resources/Inter.var.subset.ttf);
      8 }
      9 .test {
     10  font: 32px/1.5 test;
     11 }
     12 </style>
     13 <body>
     14 <p>Test passes if none of the following lines are displayed with a slanted font.</p>
     15 <div class="test">slant</div>
     16 <div class="test">slant</div>
     17 <div class="test">slant</div>
     18 <div class="test">slant</div>