From e6c0961b240785d1c2bc8de83d2e45f992002610 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Wed, 22 Feb 2017 00:00:25 +0800 Subject: [PATCH] Fix font-family for windows (#40) --- html/css/app.css | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 - + -- 2.43.4