mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
d3535ff6ce
This readds the tests now that font-family works again. They were previously removed when font-family support was backed out due to bugs.
28 lines
377 B
CSS
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";
|
|
}
|