config: Set default monospaced font on Ubuntu.

This commit is contained in:
Jaehyun Cho 2016-02-23 15:40:33 +09:00
parent c3a8e7d03f
commit 1af1cca8f6
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ config_load(void)
#elif __APPLE__
const char monospace_font[] = "Menlo";
#else
const char monospace_font[] = "Monospace";
const char monospace_font[] = "Ubuntu Mono";
#endif
if (!cd->font_name)
eina_stringshare_replace(&cd->font_name, monospace_font);