summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/font-family.ref.css
blob: 92f559c67df0f478581a1001deeeea5f71dd8e66 (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
26
27
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";
}

g {
  font-family: "Macaroni al dente", "Tomato sauce";
}