diff options
Diffstat (limited to 'client/src/components/Editor/Editor.module.css')
-rw-r--r-- | client/src/components/Editor/Editor.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |