From: Shuanglei Tao Date: Tue, 21 Feb 2017 16:00:25 +0000 (+0800) Subject: Fix font-family for windows (#40) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=e6c0961b240785d1c2bc8de83d2e45f992002610;p=ttyd.git Fix font-family for windows (#40) --- diff --git a/html/css/app.css b/html/css/app.css index e06be5b..1766e54 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -13,7 +13,7 @@ body, #terminal-container { .terminal { background-color: #101010; color: #f0f0f0; - font-family: "DejaVu Sans Mono","Everson Mono",FreeMono,Menlo,Terminal,monospace; + font-family: "DejaVu Sans Mono",Menlo,Consolas,"Liberation Mono",Courier,monospace; position: fixed; top: 0; bottom: 0; diff --git a/src/index.html b/src/index.html index fcd1625..056f1bc 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,7 @@ ttyd - Terminal - +