summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/font-family.css
blob: 8b9b6c3b9674031813965695a9a817a0a46e1e75 (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;
}