From 2c980043fef1f0ff2f5cd50cb3e79ab1ba8044a4 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Wed, 21 Feb 2024 23:18:49 +0530 Subject: feat: switch editor font to jetbrains mono --- client/src/components/Editor/Editor.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/components/Editor/Editor.module.css') diff --git a/client/src/components/Editor/Editor.module.css b/client/src/components/Editor/Editor.module.css index 992f67f..702847d 100644 --- a/client/src/components/Editor/Editor.module.css +++ b/client/src/components/Editor/Editor.module.css @@ -32,7 +32,7 @@ width: calc(100% - 60.8px); height: 100%; font-size: 1rem; - font-family: "Roboto Mono", monospace; + font-family: "JetBrains Mono", monospace; line-height: 1.5rem; resize: none; border: none; -- cgit