tor-browser

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

slnt-variable-ref.html (504B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8" />
      4 <title>CSS Test: Variable fonts with slant axis</title>
      5 <style>
      6  @font-face {
      7    font-family: "slnt test font";
      8    src: url('resources/FontStyleTest-slnt-VF.woff2');
      9    font-style: oblique 0deg 15deg;
     10  }
     11 
     12  .test {
     13    font-family: "slnt test font";
     14    font-size: 3em;
     15  }
     16 
     17  .slnt14 {
     18    font-variation-settings: 'slnt' -14;
     19  }
     20 
     21 </style>
     22 
     23 <p class="test slnt14">varfont</p>
     24 <p class="test slnt14">varfont</p>
     25 <p class="test">varfont</p>