Fixed #502: code editor not showing a monospaced font some cases

This commit is contained in:
jos 2018-01-18 20:13:21 +01:00
parent f5da46d2cc
commit f4dbd1938b
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ https://github.com/josdejong/jsoneditor
- Fixed view mode opening links in a new tab instead of current tab
when Ctrl key is not down. Thanks @LEW21.
- Fixed #502: code editor not showing a monospaced font some cases.
## 2018-12-28, version 5.13.1

View File

@ -38,7 +38,7 @@ color: #333\
}\
\
.ace-jsoneditor.ace_editor {\
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\
font-family: \"dejavu sans mono\", \"droid sans mono\", consolas, \"lucida console\", monaco, \"courier new\", courier, monospace, sans-serif;\
line-height: 1.3;\
background-color: #fff;\
}\