summaryrefslogtreecommitdiffstats
path: root/html/src/components/app.tsx
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:07:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:07:50 +0000
commit65fb512795af2e4f3c258661e6aa05e5441ce076 (patch)
treeb038403c466b6a2d577b5c1e5778794d2436197b /html/src/components/app.tsx
parentAdding upstream version 1.6.3+20220719. (diff)
downloadttyd-65fb512795af2e4f3c258661e6aa05e5441ce076.tar.xz
ttyd-65fb512795af2e4f3c258661e6aa05e5441ce076.zip
Adding upstream version 1.7.0.upstream/1.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'html/src/components/app.tsx')
-rw-r--r--html/src/components/app.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/src/components/app.tsx b/html/src/components/app.tsx
index a899b7f..77fc4b3 100644
--- a/html/src/components/app.tsx
+++ b/html/src/components/app.tsx
@@ -20,7 +20,7 @@ const clientOptions = {
} as ClientOptions;
const termOptions = {
fontSize: 13,
- fontFamily: 'Menlo For Powerline,Consolas,Liberation Mono,Menlo,Courier,monospace',
+ fontFamily: 'Consolas,Liberation Mono,Menlo,Courier,monospace',
theme: {
foreground: '#d2d2d2',
background: '#2b2b2b',