diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:07:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:07:55 +0000 |
commit | 400dd63304ac4cf32d3de99b1a72ee38c19aa01d (patch) | |
tree | 7785814cca173c33a5d389a029dc4aa1e9fb822b /html/src/components | |
parent | Releasing debian version 1.6.3+20220719-4. (diff) | |
download | ttyd-400dd63304ac4cf32d3de99b1a72ee38c19aa01d.tar.xz ttyd-400dd63304ac4cf32d3de99b1a72ee38c19aa01d.zip |
Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'html/src/components')
-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', |