aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light/lexer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/lexer.lua')
-rw-r--r--themes/light/lexer.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua
index ae7890b1..5865e363 100644
--- a/themes/light/lexer.lua
+++ b/themes/light/lexer.lua
@@ -77,12 +77,12 @@ l.style_embedded = l.style_tag..{back = l.colors.dark_white}
l.style_identifier = l.style_nothing
-- Default styles.
-local font_face = '!Bitstream Vera Sans Mono'
+local font_face = 'Bitstream Vera Sans Mono'
local font_size = 10
if WIN32 then
- font_face = '!Courier New'
+ font_face = 'Courier New'
elseif OSX then
- font_face = '!Monaco'
+ font_face = 'Monaco'
font_size = 12
end
l.style_default = style{