From 008e1eff6fd7f88dcd4eed201126a47cb1e1f9f8 Mon Sep 17 00:00:00 2001 From: ximxim Date: Sat, 13 Mar 2021 18:07:33 -0500 Subject: [PATCH] chore: system font as default --- src/components/ui/Typography/Typography.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ui/Typography/Typography.tsx b/src/components/ui/Typography/Typography.tsx index 29bf83f..f9a87b7 100644 --- a/src/components/ui/Typography/Typography.tsx +++ b/src/components/ui/Typography/Typography.tsx @@ -56,6 +56,7 @@ type Props = { WidthProps; const StyledTypography = styled(Text)` + font-family: System; color: ${({ theme }) => theme.colors.brandSecondary}; ${textVariants} ${colorProps}