mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
f10c234361
This came up in #5852, so make sure that it works.
32 lines
290 B
CSS
32 lines
290 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: 楷体;
|
|
}
|