diff --git a/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteEditor.tsx b/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteEditor.tsx
index cf67c266..98df3edd 100644
--- a/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteEditor.tsx
+++ b/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteEditor.tsx
@@ -1,6 +1,7 @@
import { BlockNoteEditor as BlockNoteEditorCore } from '@blocknote/core';
+import '@blocknote/core/fonts/inter.css';
import { BlockNoteView } from '@blocknote/mantine';
-import '@blocknote/react/style.css';
+import '@blocknote/mantine/style.css';
import React, { useEffect, useMemo } from 'react';
import { WebrtcProvider } from 'y-webrtc';
diff --git a/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteToolbar.tsx b/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteToolbar.tsx
index 8c41e8f1..5f20e8e5 100644
--- a/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteToolbar.tsx
+++ b/src/frontend/apps/impress/src/features/pads/pad-editor/components/BlockNoteToolbar.tsx
@@ -6,9 +6,7 @@ import {
CreateLinkButton,
FormattingToolbar,
FormattingToolbarController,
- ImageCaptionButton,
NestBlockButton,
- ReplaceImageButton,
TextAlignButton,
UnnestBlockButton,
useBlockNoteEditor,
@@ -27,9 +25,6 @@ export const BlockNoteToolbar = () => {
{/* Extra button to convert from markdown to json */}
-
-
-