Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Use main font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed May 28, 2024
1 parent 6cf0620 commit fad4644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/elements-v2/text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const styledConfig = {
shouldForwardProp: (prop) => !cosmeticProps.includes(prop),
};
const BaseText = styled.span.withConfig(styledConfig)<TextProps>`
font-family: Manrope;
font-size: ${getTextSize};
font-weight: ${getTextWeight};
color: ${getTextColor};
Expand Down

0 comments on commit fad4644

Please sign in to comment.