From f68b5fa0b8c0742fe4306fb5c5d968287ba10d40 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 1 Nov 2023 10:36:15 +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 acd3933..6a9bda5 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(`Google Fonts`); + const themeTypography = Typography(`Monospaced`); const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]); const themeOptions = useMemo(