diff --git a/src/themes/index.js b/src/themes/index.js index 6a9bda5..728f01a 100644 --- a/src/themes/index.js +++ b/src/themes/index.js @@ -17,7 +17,7 @@ export default function ThemeCustomization({ children }) { const theme = Palette('light', 'default'); // eslint-disable-next-line react-hooks/exhaustive-deps - const themeTypography = Typography(`Monospaced`); + const themeTypography = Typography(`微軟正黑體`); const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]); const themeOptions = useMemo(