From f45220a6ee975412dfbb00ed84302507728925e3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 22 May 2012 06:53:48 -0400 Subject: [PATCH] switch default font to Monospace 9 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 44cc31b..d1b428b 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]*"; -static const char *font = "Consolas 9"; +static const char *font = "Monospace 9"; static const long scrollback_lines = 1000; static const char *foreground_color = "#dcdccc";