diff --git a/components/common/JoinSection/index.tsx b/components/common/JoinSection/index.tsx index 650ece2..02b0f7e 100644 --- a/components/common/JoinSection/index.tsx +++ b/components/common/JoinSection/index.tsx @@ -58,7 +58,7 @@ function JoinSection({ const JoinSectionContainer = styled(SectionTemplate)` width: auto; padding: 140px 16px; - background-color: ${({ theme }) => theme.palette.white_100}; + background-color: ${({ theme }) => theme.palette.white}; ${media.mobile} { padding: 100px 16px; diff --git a/styles/fonts.ts b/styles/fonts.ts index 1e254a8..fd7d972 100644 --- a/styles/fonts.ts +++ b/styles/fonts.ts @@ -13,12 +13,6 @@ const Font = createGlobalStyle` font-display: swap; src: url('/assets/fonts/Poppins-ExtraBold.ttf'); } -@font-face { - font-family: 'Pretendard'; - font-weight: 800; - font-display: swap; - src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations') -} `; export default Font;