mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
3aa357bcab
This tesst infloops without it.
28 lines
197 B
CSS
28 lines
197 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: "\\";
|
|
}
|