We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad0a3d commit bf7993aCopy full SHA for bf7993a
src/Application.vala
@@ -45,7 +45,7 @@ public class Application : Gtk.Application {
45
settings = Services.Settings.get_default ();
46
47
_default_font = new Models.Font () {
48
- font = new GLib.Settings ("org.gnome.desktop.interface").get_string ("font-name")
+ font = new GLib.Settings ("org.gnome.desktop.interface").get_string ("monospace-font-name")
49
};
50
_current_font = new Models.Font () {
51
font = _default_font.font,
0 commit comments