-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat : 프로젝트 세팅 #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!!
혹시 주로 사용하던 yarn 대신 pnpm으로 넘어간 이유가 있을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Good 🙌🙌
app/globals.css
Outdated
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css"); | ||
|
||
* { | ||
font-family: "Pretendard Variable", Pretendard, -apple-system, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
프리텐다드 가변 폰트 사용하시는 이유가 있을까요?
가변폰트의 특징인 스타일의 넓은 선택폭은 장점이기도 하지만 역으로 굳이 불필요한 폰트 변형의 여지를 남겨두기에 오히려 이런 점을 선호하지 않은 디자이너 분도 계신 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
말씀해주신 이슈 확인했습니다!
Pretendard Static으로 폰트 변경 완료했습니다!
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css");
* {
font-family:
"Pretendard",
Pretendard,
-apple-system,
BlinkMacSystemFont,
system-ui,
Roboto,
"Helvetica Neue",
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
"Malgun Gothic",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
d8d407a
to
127d8a3
Compare
a177380
to
2db5987
Compare
@jyh071116 pnpm과 관련해서 말씀주셔서 감사합니다! |
d5fc105
to
858a298
Compare
57682ce
to
7bd898a
Compare
수고하셨습니다! |
FIX : children 컴포넌트 공급 오류 수정
Issue Number
#4
What
프로젝트 세팅
Why
생산적인 비즈니스 속도를 위한 라이브러리 추가
How
.
ScreenShot
.