-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
yarn add pretendard 이후 사용법 #157
Comments
설치를 해보면 아마 다음 주소와 동일한 파일 구조일거에요. 약간 살펴보면, 그래서 아마 이런식으로 사용할 수 있을겁니다. @import "pretendard/dist/web/static/pretendard.css" Vite같은 번들러를 사용하신다면 자바스크립트나 타입스크립트 파일에서 import가 가능할거에요. import "pretendard/dist/web/static/pretendard.css" |
감사합니다. 아주 잘 동작하네요. |
@black7375 님, 이렇게 빠르게 확인해주시고 해결 방법을 알려주셔서 감사드립니다! 이 이슈는 해결 처리로 해두겠습니다. 혹시나 쓰시면서 다른 문제가 있다면 언제든지 알려주세요! ✨ |
@orioncactus 님 안녕하세요~! |
여기 를 보시면 Dynamic subset도 css가 있습니다. |
@lacomparte 안녕하세요! Pretendard를 패키지 형태로 사용하신다면 @naninyang 님께서 친절히 설명해주신 것처럼 web/static 또는 web/variable에 있는 *-dynamic-subset.css 파일을 불러오도록 하면 됩니다. 호환성에 중점을 둔다면 web/static으로, 용량 절감에 중점을 둔다면 web/variable에 있는 다이나믹 서브셋 파일을 사용하시는 것을 추천드립니다 :D |
next.js 13 이상 버전을 사용하고 있습니다.
yarn add pretendard
를 하고 나서 import를 어떻게 해야할지 모르겠어요. 설치 방법만 나와있고 사용 방법은 나와있지 않네요.The text was updated successfully, but these errors were encountered: