File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
components/common/JoinSection Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function JoinSection({
5858const JoinSectionContainer = styled ( SectionTemplate ) `
5959 width: auto;
6060 padding: 140px 16px;
61- background-color: ${ ( { theme } ) => theme . palette . white_100 } ;
61+ background-color: ${ ( { theme } ) => theme . palette . white } ;
6262
6363 ${ media . mobile } {
6464 padding: 100px 16px;
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ const Font = createGlobalStyle`
1313 font-display: swap;
1414 src: url('/assets/fonts/Poppins-ExtraBold.ttf');
1515}
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- }
2216` ;
2317
2418export default Font ;
You can’t perform that action at this time.
0 commit comments