summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/variations/slnt-variable-ref.html
blob: 75a237c6b211c176ab07f473953aece4ce023af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<title>CSS Test: Variable fonts with slant axis</title>
<style>
  @font-face {
    font-family: "slnt test font";
    src: url('resources/FontStyleTest-slnt-VF.woff2');
    font-style: oblique 0deg 15deg;
  }

  .test {
    font-family: "slnt test font";
    font-size: 3em;
  }

  .slnt14 {
    font-variation-settings: 'slnt' -14;
  }

</style>

<p class="test slnt14">varfont</p>
<p class="test slnt14">varfont</p>
<p class="test">varfont</p>