Skip to content

Commit

Permalink
Consistently use the same font everywhere (see #502)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 18, 2018
1 parent f4dbd19 commit f03b64f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ div.jsoneditor div.autocomplete.dropdown {
padding-right: 5pt;
text-align: left;
outline: 0;
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
font-size: 10pt;
}

Expand Down
2 changes: 1 addition & 1 deletion src/css/jsoneditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
.jsoneditor-schema-error {
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
font-size: 10pt;
color: #1A1A1A;
}
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: \"dejavu sans mono\", \"droid sans mono\", consolas, \"lucida console\", monaco, \"courier new\", courier, monospace, sans-serif;\
font-family: \"dejavu sans mono\", \"droid sans mono\", consolas, monaco, \"lucida console\", \"courier new\", courier, monospace, sans-serif;\
line-height: 1.3;\
background-color: #fff;\
}\
Expand Down

0 comments on commit f03b64f

Please sign in to comment.