Skip to content

Commit

Permalink
feat: 헤더에 폰트 일부 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
sap03110 committed Dec 5, 2023
1 parent a1b58b3 commit 8a555c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/my-page/section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const TitleArea = styled.div`
font-size: 18px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
font-weight: 600;
font-family: Gmarket Sans;
`;

const ContentsArea = styled.div<Pick<MyPageSectionProps, 'height' | 'round'>>`
Expand Down
2 changes: 2 additions & 0 deletions src/pages/my-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const FolderHeader = styled.div`
width: 100%;
height: 32px;
padding: 0 12px;
font-family: Gmarket Sans;
> span {
font-weight: 600;
Expand Down Expand Up @@ -75,6 +76,7 @@ const Heading = styled.h1`
position: relative;
border-radius: 50% 0 0 0;
border-bottom: 1px solid #eee;
font-family: Gmarket Sans;
`;

const uploadButtonStyle = css`
Expand Down
1 change: 1 addition & 0 deletions src/pages/subscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ const SubScribePage: React.FC = () => {
display: 'flex',
padding: '10px 20px',
borderBottom: '1px solid #eaeaea',
fontFamily: 'Gmarket Sans',
}}
>
<div
Expand Down

0 comments on commit 8a555c4

Please sign in to comment.