From d74d301afc257dcaab1ce1ff2bcb6b49d4881903 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 16 Jun 2025 22:33:22 -0400 Subject: [PATCH] Keep fonts import --- packages/redux-devtools-ui/src/Editor/Editor.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 }) =>