We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a8219 + bb2e9b3 commit 0af616bCopy full SHA for 0af616b
2 files changed
components/common/JoinSection/index.tsx
@@ -58,7 +58,7 @@ function JoinSection({
58
const JoinSectionContainer = styled(SectionTemplate)`
59
width: auto;
60
padding: 140px 16px;
61
- background-color: ${({ theme }) => theme.palette.white_100};
+ background-color: ${({ theme }) => theme.palette.white};
62
63
${media.mobile} {
64
padding: 100px 16px;
styles/fonts.ts
@@ -13,12 +13,6 @@ const Font = createGlobalStyle`
13
font-display: swap;
14
src: url('/assets/fonts/Poppins-ExtraBold.ttf');
15
}
16
-@font-face {
17
- font-family: 'Pretendard';
18
- font-weight: 800;
19
- font-display: swap;
20
- src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations')
21
-}
22
`;
23
24
export default Font;
0 commit comments