switch default font to Monospace 9

This commit is contained in:
Daniel Micay 2012-05-22 06:53:48 -04:00
parent f9b926fcb5
commit f45220a6ee
1 changed files with 1 additions and 1 deletions

View File

@ -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";