blob: 9a029190227eb8c509548ae9a3d7b8d0039c1f04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import "fallback.css";
/*
* Windows distributions use the default Gtk theme which
* references the Segoe UI font.
* It doesn't have a small-caps variant and there are apparently no native
* small-caps fonts preinstalled on Windows.
* This avoids warnings on startup.
*/
.type-label {
font-variant: normal;
}
|