From 400dd63304ac4cf32d3de99b1a72ee38c19aa01d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Aug 2022 14:07:55 +0200 Subject: Merging upstream version 1.7.0. Signed-off-by: Daniel Baumann --- html/src/components/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/src/components/app.tsx') 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', -- cgit v1.2.3