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,