Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit cf1899e

Browse files
committed
Default MacOS font is now Menlo instead of Menlo 9
1 parent e9d3a73 commit cf1899e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const std::string default_config_file = R"RAW({
1818
"font_comment": "Use \"\" for default font, and for instance \"Monospace 12\" to also set size",)RAW"
1919
#ifdef __APPLE__
2020
R"RAW(
21-
"font": "Menlo 9",)RAW"
21+
"font": "Menlo",)RAW"
2222
#else
2323
#ifdef _WIN32
2424
R"RAW(

0 commit comments

Comments
 (0)