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:
@@ -25,3 +25,7 @@ f {
|
||||
g {
|
||||
font-family: Macaroni al dente, Tomato sauce;
|
||||
}
|
||||
|
||||
h {
|
||||
font-family: 楷体;
|
||||
}
|
||||
|
||||
@@ -25,3 +25,7 @@ f {
|
||||
g {
|
||||
font-family: "Macaroni al dente", "Tomato sauce";
|
||||
}
|
||||
|
||||
h {
|
||||
font-family: "楷体";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user