summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/font-features.css
blob: 6391153ba2d23846c3b1cf9fd531d781824a96ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a {
  font-feature-settings: initial;
}

b {
  font-feature-settings: inherit;
}

c {
  font-feature-settings: unset;
}

e {
  font-feature-settings: normal;
}

f {
  font-feature-settings: "dlig", "c2sc" off, "swsh" 2;
}