Learning_GTK4_tree/testsuite/css/parser/font-family.ref.css

32 lines
304 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
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: "楷体";
}