GNOME Bugzilla – Bug 791969
Font chooser: show monospace only
Last modified: 2017-12-27 22:33:16 UTC
There are quite a few forum posts on the web asking why a certain (non-monospace) font in gnome-terminal looks ugly and how to fix that. I guess we could limit the list we offer to our users to monospace fonts only. (Expert users could still set any font via dconf, in the unlikely case that they'd want that.) We'd need to combine gtk_font_chooser_set_filter_func() with pango_font_family_is_monospace().
Fixed the font chooser on master. A non-monospace font might still find its way in by being set directly via dconf, but then the user gets what they deserve :-)
Thanks! :)