Skip to content

Commit

Permalink
Fixed #502: code editor not showing a monospaced font some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 18, 2018
1 parent f5da46d commit f4dbd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/js/ace/theme-jsoneditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;\
}\
Expand Down

0 comments on commit f4dbd19

Please sign in to comment.