aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/.teco_css
diff options
context:
space:
mode:
Diffstat (limited to 'win32/.teco_css')
-rw-r--r--win32/.teco_css12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/.teco_css b/win32/.teco_css
new file mode 100644
index 0000000..9a02919
--- /dev/null
+++ b/win32/.teco_css
@@ -0,0 +1,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;
+}