From 3bbb11e25468de6790c540963d4469bb165d3a15 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Sat, 11 May 2024 13:39:06 -0500 Subject: [PATCH] Make font default and change default size --- html/src/components/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/components/app.tsx b/html/src/components/app.tsx index 0e16ccf..3fbaa9a 100644 --- a/html/src/components/app.tsx +++ b/html/src/components/app.tsx @@ -20,8 +20,8 @@ const clientOptions = { unicodeVersion: '11', } as ClientOptions; const termOptions = { - fontSize: 13, - fontFamily: 'Consolas,Liberation Mono,Menlo,Courier,monospace', + fontSize: 22, + fontFamily: 'JetBrains,Consolas,Liberation Mono,Menlo,Courier,monospace', theme: { foreground: '#ffffff', background: '#000000', -- 2.43.4