From ea6d4f617dcef89fb25be8eca141557af41582bb Mon Sep 17 00:00:00 2001 From: Liam Anderson Date: Sat, 31 May 2014 12:08:21 +0100 Subject: [PATCH] Use Courier New rather than Lucida Console. * Lucida Console is not installed by default on OS X 10.7 (Lion). * Courier New should be available on both Windows and OS X. --- NFO.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NFO.sublime-settings b/NFO.sublime-settings index c65dbee..091003f 100644 --- a/NFO.sublime-settings +++ b/NFO.sublime-settings @@ -4,7 +4,7 @@ "fallback_encoding": "DOS (CP 437)", // Typography - "font_face": "Lucida Console", + "font_face": "Courier New", "font_options": ["gray_antialias"], "draw_centered": true, "word_wrap": false,