From f00d36ed6c11f1b636e0771c7818561f1e7aea1b Mon Sep 17 00:00:00 2001 From: rpowelll Date: Tue, 3 Sep 2013 15:41:13 +1000 Subject: [PATCH] Use Courier in the default theme 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. --- Themes/tomorrow-night.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/tomorrow-night.json b/Themes/tomorrow-night.json index 441f379..386f761 100644 --- a/Themes/tomorrow-night.json +++ b/Themes/tomorrow-night.json @@ -2,7 +2,7 @@ "default" : { "color" : "CDD1CF", "background" : "1C1F21", - "font" : "DejaVuSansMono", + "font" : "Courier", "fontSize" : 14.0 }, "keyword" : {