diff --git a/packages/redux-devtools-ui/src/Editor/Editor.tsx b/packages/redux-devtools-ui/src/Editor/Editor.tsx index 902212d6..aa172e69 100644 --- a/packages/redux-devtools-ui/src/Editor/Editor.tsx +++ b/packages/redux-devtools-ui/src/Editor/Editor.tsx @@ -7,6 +7,8 @@ import { defaultStyle, themedStyle } from './styles'; import { Theme } from '../themes/default'; import type { ViewUpdate } from '@codemirror/view'; +import '../../fonts/index.css'; + const EditorContainer = styled.div( '' as unknown as TemplateStringsArray, ({ theme }: { theme?: Base16Theme }) =>