Skip to content

Commit bf7993a

Browse files
authored
Update font (#14)
* Application: Use monospace font * Application: Fix typo
1 parent 1ad0a3d commit bf7993a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Application : Gtk.Application {
4545
settings = Services.Settings.get_default ();
4646

4747
_default_font = new Models.Font () {
48-
font = new GLib.Settings ("org.gnome.desktop.interface").get_string ("font-name")
48+
font = new GLib.Settings ("org.gnome.desktop.interface").get_string ("monospace-font-name")
4949
};
5050
_current_font = new Models.Font () {
5151
font = _default_font.font,

0 commit comments

Comments
 (0)