mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
f10c234361
This came up in #5852, so make sure that it works.
32 lines
304 B
CSS
32 lines
304 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";
|
|
}
|
|
|
|
g {
|
|
font-family: "Macaroni al dente", "Tomato sauce";
|
|
}
|
|
|
|
h {
|
|
font-family: "楷体";
|
|
}
|