From: Damian Myrda Date: Sat, 11 May 2024 18:39:06 +0000 (-0500) Subject: Make font default and change default size X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=3bbb11e25468de6790c540963d4469bb165d3a15;p=ttyd.git Make font default and change default size --- 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',