From 6a51fec43a33cf4a57ca69920fcf820c4fad83bf Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 19 Oct 2016 13:20:16 +0200 Subject: Most themes: Specify a monospace font family Fix for github.com/mate-desktop/mate-themes/issues/145 in which gitg, possibly other apps can't find system monospace font. --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop-themes/TraditionalGreen/gtk-3.0') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index eb670efb..fc4ddc97 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -66,6 +66,11 @@ GtkWindow { border-color: @insensitive_border_color; } +/* Fix for applications that have issues finding a default monospace font */ +.monospace { + font-family: Monospace; +} + GtkImage, GtkImage:insensitive, GtkLabel, -- cgit v1.2.1