From 6e9a47efd8185b57ea70b2970d75b46ef711d694 Mon Sep 17 00:00:00 2001 From: sap03110 Date: Wed, 6 Dec 2023 13:03:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=94=94=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=EC=85=98=20=EA=B3=A0=EB=94=95=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/my-page/profile.tsx | 6 +++++- src/components/ui/your-page/profile.tsx | 6 +++++- src/pages/rank.tsx | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/ui/my-page/profile.tsx b/src/components/ui/my-page/profile.tsx index 6e25373..25efd0d 100644 --- a/src/components/ui/my-page/profile.tsx +++ b/src/components/ui/my-page/profile.tsx @@ -85,6 +85,10 @@ const GreetingBox = styled.div` font-size: 18px; font-weight: 700; } + + .introduce { + font-family: Pretendard; + } `; const ContentBox = styled.ul` @@ -167,7 +171,7 @@ const MyPageProfile = () => { }} /> - {myProfile.profileContent || ''} +

{myProfile.profileContent || ''}

  • diff --git a/src/components/ui/your-page/profile.tsx b/src/components/ui/your-page/profile.tsx index 669dcd3..d2acb52 100644 --- a/src/components/ui/your-page/profile.tsx +++ b/src/components/ui/your-page/profile.tsx @@ -100,6 +100,10 @@ const GreetingBox = styled.div` font-size: 18px; font-weight: 700; } + + .introduce { + font-family: Pretendard; + } `; const ContentBox = styled.ul` margin-top: 20px; @@ -233,7 +237,7 @@ const YourPageProfile = () => { }} /> - {yourProfile.profileContent} +

    {yourProfile.profileContent}

  • diff --git a/src/pages/rank.tsx b/src/pages/rank.tsx index f728952..19d8bbf 100644 --- a/src/pages/rank.tsx +++ b/src/pages/rank.tsx @@ -99,6 +99,7 @@ const Description = styled.span` overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + font-family: Pretendard; `; const Badge = styled.img`