diff --git a/src/files.h b/src/files.h index 6b5a2e8..5e8210a 100644 --- a/src/files.h +++ b/src/files.h @@ -18,7 +18,7 @@ const std::string default_config_file = R"RAW({ "font_comment": "Use \"\" for default font, and for instance \"Monospace 12\" to also set size",)RAW" #ifdef __APPLE__ R"RAW( - "font": "Menlo 9",)RAW" + "font": "Menlo",)RAW" #else #ifdef _WIN32 R"RAW(