From cf1899e5dfdc587f234d0d68df21d35ee5f996e1 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 17 Feb 2018 11:15:52 +0100 Subject: [PATCH] Default MacOS font is now Menlo instead of Menlo 9 --- src/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(