Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 609ed62

Browse files
committed
fix(code): respect user font selection
1 parent 7faaefe commit 609ed62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,11 @@ body #context-menu-container .dropdown-item > span {
440440
border-radius: 6px;
441441
overflow: hidden;
442442
margin: 4px;
443+
font-size: var(--monospace-font-size);
443444
}
444445

445-
body .cm-editor {
446-
font-size: var(--monospace-font-size);
446+
.cm-scroller {
447+
font-family: var(--monospace-font-family) !important;
447448
}
448449

449450
body .cm-editor .cm-gutters {

0 commit comments

Comments
 (0)