css: Add a test for non-ASCII font family

This came up in #5852, so make sure that it works.
This commit is contained in:
Matthias Clasen
2023-05-28 07:57:40 -04:00
parent 3a650bff66
commit f10c234361
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: "楷体";
}