From ab203f28d27325a9fde1ee2fd86a107555e0a0e7 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 1 Nov 2023 10:34:24 +0800 Subject: [PATCH] Update fonts --- 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 fc8ab03..acd3933 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(`'Public Sans', sans-serif`); + const themeTypography = Typography(`Google Fonts`); const themeCustomShadows = useMemo(() => CustomShadows(theme), [theme]); const themeOptions = useMemo(