feat: modify styles

This commit is contained in:
QiShaoXuan
2022-10-21 16:55:29 +08:00
parent c47c7d2c4a
commit 8a2a3e2c4c
7 changed files with 50 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import { EditorProvider } from '@/components/editor-provider';
import { ModalProvider } from '@/components/global-modal-provider';
import { Logger } from '@toeverything/pathfinder-logger';
import '@fontsource/roboto-mono';
import "@fontsource/space-mono";
const ThemeProvider = dynamic(() => import('@/styles/themeProvider'), {
ssr: false,