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