feat: add alternative font for windows

This commit is contained in:
QiShaoXuan
2022-10-26 17:12:56 +08:00
parent 8c6d11e6cd
commit 6bd740b0a7
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ import { ModalProvider } from '@/components/global-modal-provider';
import { Logger } from '@toeverything/pathfinder-logger';
import '@fontsource/space-mono';
import '@fontsource/poppins';
const ThemeProvider = dynamic(() => import('@/styles/themeProvider'), {
ssr: false,