Merge branch 'matthiasc/for-main' into 'main'

css: Add a test for non-ASCII font family

See merge request GNOME/gtk!6028
This commit is contained in:
Matthias Clasen
2023-05-28 17:58:38 +00:00
2 changed files with 8 additions and 0 deletions

View File

@@ -25,3 +25,7 @@ f {
g {
font-family: Macaroni al dente, Tomato sauce;
}
h {
font-family: ;
}

View File

@@ -25,3 +25,7 @@ f {
g {
font-family: "Macaroni al dente", "Tomato sauce";
}
h {
font-family: "楷体";
}