From fb15fbd874a045b45512cfaddc743fd7e95632af Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 1 Nov 2023 15:17:34 +0800 Subject: [PATCH] Update font family --- src/themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(