diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 8daef461..33da175c 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -70,7 +70,7 @@ Defaults = { 'delete_binding' : 'delete-sequence', 'cursor_blink' : True, 'emulation' : 'xterm', - 'font' : 'Mono', + 'font' : 'Mono 10', 'foreground_color' : '#AAAAAA', 'scrollbar_position' : "right", 'scroll_background' : True,