summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-19 13:20:16 +0200
committerraveit65 <[email protected]>2016-10-19 13:21:09 +0200
commit9a68e766b3d516c1cf37fc2e02a5e3761ccb430a (patch)
treeceeec35333f13a6edac82b5b54dc2e42dc9fd73e /desktop-themes/Menta/gtk-3.0
parent0ce47313de7fffd5deb6eecb41f116ba0f522286 (diff)
downloadmate-themes-9a68e766b3d516c1cf37fc2e02a5e3761ccb430a.tar.bz2
mate-themes-9a68e766b3d516c1cf37fc2e02a5e3761ccb430a.tar.xz
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.
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 895d10dd..79bf30cc 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -104,6 +104,11 @@
color: @theme_selected_fg_color;
}
+/* Fix for applications that have issues finding a default monospace font */
+.monospace {
+ font-family: Monospace;
+}
+
GtkImage,
GtkImage:insensitive,
GtkLabel,