Fixed #161: Added `consolas` font to solve a text selection issue on chinese machines

This commit is contained in:
jos 2015-06-13 11:14:00 +02:00
parent ca857b38cf
commit 36fa3c40df
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@
.jsoneditor td, .jsoneditor td,
.jsoneditor th, .jsoneditor th,
.jsoneditor textarea { .jsoneditor textarea {
font-family: droid sans mono, monospace, courier new, courier, sans-serif; font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
font-size: 10pt; font-size: 10pt;
color: #1A1A1A; color: #1A1A1A;
} }

View File

@ -38,7 +38,7 @@ color: #333\
}\ }\
\ \
.ace-jsoneditor.ace_editor {\ .ace-jsoneditor.ace_editor {\
font-family: droid sans mono, monospace, courier new, courier, sans-serif;\ font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\
line-height: 1.3;\ line-height: 1.3;\
}\ }\
.ace-jsoneditor .ace_print-margin {\ .ace-jsoneditor .ace_print-margin {\