mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
b90802f7e4
Introduced in 65c4c1555d
.
Found by gnome-continuous running the testsuite.
Includes fixing a broken test in the testsuite.
28 lines
196 B
CSS
28 lines
196 B
CSS
n {
|
|
font-family: "\A ";
|
|
}
|
|
|
|
r {
|
|
font-family: "\C ";
|
|
}
|
|
|
|
f {
|
|
font-family: "\D ";
|
|
}
|
|
|
|
a {
|
|
font-family: "\"";
|
|
}
|
|
|
|
b {
|
|
font-family: "'";
|
|
}
|
|
|
|
c {
|
|
font-family: "'";
|
|
}
|
|
|
|
d {
|
|
font-family: "\\";
|
|
}
|