summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/font-features.ref.css
blob: dc08453f2c3c175b7a2f9ac44fb820fa806fd1fe (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" 1, "c2sc" 0, "swsh" 2;
}