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:
@@ -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