gtk/testsuite/css/parser/font-family.ref.css
Matthias Clasen f10c234361 css: Add a test for non-ASCII font family
This came up in #5852, so make sure that it works.
2023-05-28 07:57:40 -04:00

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: "楷体";
}