Fixed #161: Added `consolas` font to solve a text selection issue on chinese machines
This commit is contained in:
parent
ca857b38cf
commit
36fa3c40df
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {\
|
||||||
|
|
Loading…
Reference in New Issue