gtk/tests/css/parser/font-family.ref.css
Benjamin Otte d3535ff6ce tests: Add tests for font-family
This readds the tests now that font-family works again. They were
previously removed when font-family support was backed out due to bugs.
2011-06-15 12:57:21 +02:00

28 lines
377 B
CSS

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";
}