diff --git a/templates/jlog/web_terminal.html b/templates/jlog/web_terminal.html index 9b088d57c..2ea736c23 100644 --- a/templates/jlog/web_terminal.html +++ b/templates/jlog/web_terminal.html @@ -11,7 +11,7 @@ .terminal { border: #000 solid 5px; - font-family: "Monaco", "Microsoft Yahei", "DejaVu Sans Mono", "Liberation Mono", monospace; + font-family: Consolas, Monaco, monospace; font-size: 11px; color: #f0f0f0; background: #000;