diff options
author | lukefromdc <[email protected]> | 2016-10-19 01:52:18 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-19 01:52:18 -0400 |
commit | 36f9639538743576e739b77247d2a4bf44ad35cb (patch) | |
tree | 0d8c7e6960285b01efb877d5542b9ead1ce29c08 /desktop-themes/BlackMATE | |
parent | 1a22744d882fc6034381440e26358b8be69e1e42 (diff) | |
download | mate-themes-36f9639538743576e739b77247d2a4bf44ad35cb.tar.bz2 mate-themes-36f9639538743576e739b77247d2a4bf44ad35cb.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
Diffstat (limited to 'desktop-themes/BlackMATE')
-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 0075eaf9..e4bbab86 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 * ************/ |