summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-10-19 01:49:34 -0400
committerGitHub <[email protected]>2016-10-19 01:49:34 -0400
commit1ff56271ce421201cdfa26daf74aa720213cc783 (patch)
tree1d0f32a5ba469656f753e9e266e1fe53a3f0174e /desktop-themes/BlackMATE/gtk-3.0
parent7f43144e65398d56cc32aa386e4e48e4a455ff32 (diff)
downloadmate-themes-1ff56271ce421201cdfa26daf74aa720213cc783.tar.bz2
mate-themes-1ff56271ce421201cdfa26daf74aa720213cc783.tar.xz
GTK3.22 BlackMATE Specify a monospace font family
Possible 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/BlackMATE/gtk-3.0')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index fbe49f99..2e2f43e0 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -91,6 +91,12 @@
color: @theme_selected_fg_color;
}
+/*Fix for applications that have issues finding a default monospace font*/
+
+.monospace {
+ font-family: Monospace;
+}
+
/************
* Tooltips *
************/