gtk/tests/css/parser/font-family.ref.css

28 lines
377 B
CSS
Raw Normal View History

2011-05-29 03:24:28 +00:00
a {
font-family: none;
}
b {
font-family: "Sans Serif";
}
c {
font-family: "A Font with a lot of text, spaces and special characters™";
}
d {
font-family: "A Font with a lot of text, spaces and special characters™";
}
e {
font-family: "A", "Lot", "Of", "Fonts";
}
f {
font-family: "A", "Lot", "Of", "Fonts";
}
g {
font-family: "A Lot", "Of", "Fonts";
}