Skip to content

Commit af7cd86

Browse files
authored
make code font dm (codesandbox#3812)
1 parent e473f24 commit af7cd86

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Comments/Dialog

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Comments/Dialog/Code.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const Code = withTheme(({ value, language, theme }) => (
2929
whiteSpace: 'pre-wrap',
3030
maxHeight: 400,
3131
overflow: 'scroll',
32+
fontFamily: "'dm', menlo, monospace",
3233

3334
'*': {
3435
wordBreak: 'break-all',

0 commit comments

Comments
 (0)