mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
d081b309d5
These tests exercise many allowed ways to specify various properties.
24 lines
213 B
CSS
24 lines
213 B
CSS
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";
|
|
}
|