pnpm add @teamsparta/design-system-font
yarn add @teamsparta/design-system-font
- Figma Ag: Web/Header1_700 =>
wHeader1
- Figma Ag: Mobile/Title1_600 =>
mTitle1
import { scc, wTitle1 } from "@teamsparta/design-system-font";
export const Title = styled.h1`
${wTitle1};
color: ${scc.red100};
`;