Fixed #502: code editor not showing a monospaced font some cases
This commit is contained in:
parent
f5da46d2cc
commit
f4dbd1938b
|
@ -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
|
||||
|
|
|
@ -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;\
|
||||
}\
|
||||
|
|
Loading…
Reference in New Issue