From 609ed6274e50225dd1c607d0dcbcef68063b6bea Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 18 Jun 2025 17:42:03 +0300 Subject: [PATCH] fix(code): respect user font selection --- apps/client/src/stylesheets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 9b83c37fe..0bf0588b0 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -440,10 +440,11 @@ body #context-menu-container .dropdown-item > span { border-radius: 6px; overflow: hidden; margin: 4px; + font-size: var(--monospace-font-size); } -body .cm-editor { - font-size: var(--monospace-font-size); +.cm-scroller { + font-family: var(--monospace-font-family) !important; } body .cm-editor .cm-gutters {