Skip to content

Commit

Permalink
Use Courier in the default theme
Browse files Browse the repository at this point in the history
iOS currently doesn't ship with any decent monospace fonts. I'd
like to include DejaVu Sans Mono or similar with this library at
some point but that requires extra setup from users.
  • Loading branch information
rhysforyou committed Sep 3, 2013
1 parent 32f4c48 commit f00d36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/tomorrow-night.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default" : {
"color" : "CDD1CF",
"background" : "1C1F21",
"font" : "DejaVuSansMono",
"font" : "Courier",
"fontSize" : 14.0
},
"keyword" : {
Expand Down

0 comments on commit f00d36e

Please sign in to comment.