diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:07:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:07:50 +0000 |
commit | 65fb512795af2e4f3c258661e6aa05e5441ce076 (patch) | |
tree | b038403c466b6a2d577b5c1e5778794d2436197b /html/src | |
parent | Adding upstream version 1.6.3+20220719. (diff) | |
download | ttyd-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')
-rw-r--r-- | html/src/components/app.tsx | 2 |
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', |