From fad46449a82bdf3569213f3c9ccf671e02d969ca Mon Sep 17 00:00:00 2001 From: selankon Date: Tue, 28 May 2024 10:17:38 +0200 Subject: [PATCH] Use main font-family --- components/elements-v2/text.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/elements-v2/text.tsx b/components/elements-v2/text.tsx index a90b73f0..14fe4e8a 100644 --- a/components/elements-v2/text.tsx +++ b/components/elements-v2/text.tsx @@ -58,7 +58,6 @@ const styledConfig = { shouldForwardProp: (prop) => !cosmeticProps.includes(prop), }; const BaseText = styled.span.withConfig(styledConfig)` - font-family: Manrope; font-size: ${getTextSize}; font-weight: ${getTextWeight}; color: ${getTextColor};