Learning_GTK4_tree/testsuite/css/parser/string-values.css

28 lines
197 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
n {
font-family: "\A ";
}
r {
font-family: "\C ";
}
f {
font-family: "\D ";
}
a {
font-family: "\"";
}
b {
font-family: "\'";
}
c {
font-family: "'";
}
d {
font-family: "\\";
}