-
Notifications
You must be signed in to change notification settings - Fork 1
#64 design init 페이지 글자 굵기가 얇아짐 #70
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
base: dev
Are you sure you want to change the base?
Conversation
font-weight로 제어
개요:전체적으로 "Pretendard-Regular" 폰트를 "Pretendard"로 대체하고 굵기를 700으로 설정했습니다. 상세 정보:
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
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.
Files selected (1)
- src/assets/typography.scss (1)
Files ignored due to filter (5)
- src/assets/fonts/Pretendard-Regular.eot
- src/assets/fonts/Pretendard-Regular.svg
- src/assets/fonts/Pretendard-Regular.ttf
- src/assets/fonts/Pretendard-Regular.woff
- src/assets/fonts/Pretendard-Regular.woff2
Review comments generated (2)
- Review: 1
- LGTM: 1
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
| body * { | ||
| font-family: "Pretendard-Regular"; | ||
| --el-font-family:"Pretendard-Regular"; | ||
| @font-face { | ||
| font-family: "Pretendard-Regular"; | ||
| src: url("./fonts/Pretendard-Regular.ttf") format("truetype"); | ||
| src: url("./fonts/Pretendard-Regular.eot"); /* IE9 Compat Modes */ | ||
| src: url("./fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ | ||
| url("./fonts/Pretendard-Regular.woff2") format("woff2"), /* Super Modern Browsers */ | ||
| url("./fonts/Pretendard-Regular.woff") format("woff"), /* Pretty Modern Browsers */ | ||
| url("./fonts/Pretendard-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */ | ||
| } | ||
| } | ||
| font-family: "Pretendard"; | ||
| font-style: normal; | ||
| font-weight: 700; | ||
| --el-font-family:"Pretendard"; | ||
| } | ||
|
|
||
| /** 새로 추가된 폰트(!important는 element-plus component에도 적용하기 위해서) */ | ||
| .cp-text-head-1 { |
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.

Issues 번호 :
Closes #64
변경, 추가된 코드(설명 등)
코드 주의점
스크린샷
Summary by CodeRabbit