Skip to content

Commit 3886b89

Browse files
committed
updated codemirror font family
1 parent 6e00d5a commit 3886b89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/react-app/src/common-app/components/codemirror/codemirror.styles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export const codeMirrorTheme = EditorView.theme({
1313
},
1414
'.cm-scroller': { overflow: 'auto' },
1515
'.cm-gutterElement': { display: 'none' },
16+
'.cm-content': {
17+
fontFamily: 'Inter, sans-serif',
18+
},
1619
'.cm content, .cm-gutters,': {
1720
minHeight: '100%',
1821
backgroundColor: '#152128',

0 commit comments

Comments
 (0)