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}