diff options
author | lukefromdc <[email protected]> | 2016-10-19 01:52:18 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-19 12:45:38 +0200 |
commit | 49d107c14045def49b1e0e40aa3743299e991c82 (patch) | |
tree | 52bf517a680525e12d0faffd7aa89fb8da4c9d44 | |
parent | 2a79fed53306c9593860ec0456751811e0d96581 (diff) | |
download | mate-themes-49d107c14045def49b1e0e40aa3743299e991c82.tar.bz2 mate-themes-49d107c14045def49b1e0e40aa3743299e991c82.tar.xz |
GTK 3.20: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
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 6 |
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 77a690b4..863780b7 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -114,6 +114,12 @@ color: @theme_selected_fg_color; } +/*Fix for applications that have issues finding a default monospace font*/ + +.monospace { + font-family: Monospace; +} + /************ * Tooltips * ************/ |