From 49404f763dc9cc45c4d276ab6929683acbc6418f Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 15 Feb 2019 11:15:46 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9terminal=E5=AD=97?= =?UTF-8?q?=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ops/templates/ops/command_execution_create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ops/templates/ops/command_execution_create.html b/apps/ops/templates/ops/command_execution_create.html index 178c1ad7a..bffdfdaef 100644 --- a/apps/ops/templates/ops/command_execution_create.html +++ b/apps/ops/templates/ops/command_execution_create.html @@ -170,7 +170,7 @@ function initResultTerminal() { term = new Terminal({ cursorBlink: false, screenKeys: false, - fontFamily: '"Consolas", "monospace"', + fontFamily: 'monaco, Consolas, "Lucida Console", monospace', fontSize: 14, rightClickSelectsWord: true, disableStdin: true,