]> Pileus Git - ~andy/gtk/blob - tests/css/parser/font-family.ref.css
b770bf489dd88a1e01c82e2d61bb601252760b7a
[~andy/gtk] / tests / css / parser / font-family.ref.css
1 a {
2   font-family: none;
3 }
4
5 b {
6   font-family: "Sans Serif";
7 }
8
9 c {
10   font-family: "A Font with a lot of text, spaces and special characters™";
11 }
12
13 d {
14   font-family: "A Font with a lot of text, spaces and special characters™";
15 }
16
17 e {
18   font-family: "A", "Lot", "Of", "Fonts";
19 }
20
21 f {
22   font-family: "A", "Lot", "Of", "Fonts";
23 }
24
25 g {
26   font-family: "A Lot", "Of", "Fonts";
27 }