summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/font-family.ref.css
blob: 8ae4644460f1030ea967371bfa72ed761ed39d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
a {
  font-family: initial;
}

b {
  font-family: inherit;
}

c {
  font-family: unset;
}

d {
  font-family: "Macaroni";
}

e {
  font-family: "Macaroni";
}

f {
  font-family: "Macaroni", "Spaghetti", "Sans";
}