Skip to content

Commit

Permalink
Use Courier New rather than Lucida Console.
Browse files Browse the repository at this point in the history
* Lucida Console is not installed by default on OS X 10.7 (Lion).
* Courier New should be available on both Windows and OS X.
  • Loading branch information
liamja committed May 31, 2014
1 parent f3fa1ab commit ea6d4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NFO.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ea6d4f6

Please sign in to comment.