From b745ebdda1deef4d9bd24cb5807a5d796a9190a2 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 24 Mar 2016 19:03:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(web=20terminal)=20Windows=20=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E4=BD=BF=E7=94=A8chrome=20-=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 经测试由于字体原因,可以安装Monaco字体解决,然而不太方便 添加第二字体为 微软雅黑,经测试解决 fixed close #158 --- templates/jlog/web_terminal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jlog/web_terminal.html b/templates/jlog/web_terminal.html index deb9fb4c9..86b50bc99 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", "DejaVu Sans Mono", "Liberation Mono", monospace; + font-family: "Monaco", "Microsoft Yahei", "DejaVu Sans Mono", "Liberation Mono", monospace; font-size: 11px; color: #f0f0f0; background: #000;