-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-251] 폰트 정리 #1013
The head ref may contain hidden characters: "GGFE-251-\uD3F0\uD2B8-\uC815\uB9AC"
[GGFE-251] 폰트 정리 #1013
Conversation
Fira Sans → NotoSansKR
Heebo → NotoSansKR
Fenix → 설정 제거 (기본 NotoSansKR 폰트로 적용)
NanumSqaure_acEB, Square_acR → NotoSansKR
NanumSquare_acR → NotoSansKR
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 Medium
이 좋네요!
admin 부분은 components/admin/Layout 에
const theme = createTheme({
typograpy: {
fontFamily: " 'NotoSansKR', sans-serif"
}
})
추가하시고
<ThemeProvider theme={theme}>
...
</ThemeProvider>
적용해주시면 될거같아요!
전체적으로 폰트 적용되니까 통일감 있고 보기 좋아요! 고생하셨습니다!! 👍
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.
저도 noto sans 는 너무 큰 것 같아서 Pretendard Medium이 좋은 것 같아요! 보관함 모달 타이틀이 지금 영문폰트로 되어있는 것 같아서 이것도 'Pretendard-Medium' 으로 설정하면 좋을 것 같습니다! 정리하기 힘드셨을텐데 고생 너무 많으셨습니다!!👏👏
저는 상세 프로필 랭크랑 레벨 모두 Lexend 적용하는게 좋은 것 같습니다! |
Lexend → Pretendard-Black
피드백 받은 내용 모두 수정 완료했습니다! (추가로 결정되어 작업한 내용은 아래 |
📌 개요
💻 작업사항
사용하는 폰트를 아래와 같이 변수로 저장하고 기존에 직접
font-family
에 적용되어 있던 폰트들을 변수로 바꾸었습니다.사용하지 않는 폰트들을 삭제했습니다.
public/font/Agnostic Italic.otf
: 예전 로고 폰트인 것 같습니다.public/font/Gugi-Regular.ttf
: 예전 티어 폰트public/font/NanumSquare_acEB.ttf
: 한글 폰트 ➡️ 기본 한글 폰트를 NotoSansKR로 바꿈public/font/NanumSquare_acR.ttf
: 한글 폰트 ➡️ 기본 한글 폰트를 NotoSansKR로 바꿈public/font/Reality Hyper Regular.ttf
: 예전 테마에서 사용되던 폰트인데 현재는 admin main page 표시에만 사용되어서 삭제했습니다.사이트 전체에 기본적으로 적용되는 폰트를
NotoSansKR
로 바꾸었습니다. 피드백 부탁드립니다!!➡️ 폰트를 바꾸면서 정렬이 흐트러진 부분이 있습니다. 이 부분은 따로 작업해 보도록 하겠습니다. 🥲
mixin
으로 바꿀 수 있는 부분을 일부 바꾸었습니다. (눈에 띄는 부분만 바꾼 거라 아직 바꾸지 않은 부분이 있습니다...ㅜㅜ)빠른 폰트 다운로드를 위해 woff / woff2도 추가했습니다.
로컬 폰트를 사용하고 있는 부분이 있는 것 같은데 일단은 주석처리 해 두었습니다. 폰트 적용이 되어야 하는 부분이 있다면 알려주세요!
Fira Sans
Heebo
Fenix
폰트 적용이 잘못되었다거나, 적용되어야 하는 곳에 적용되지 않은 부분이 있다면 알려주세요... 😇
✅ 변경로직 (결정사항)
Pretendard-Medium
으로 적용했습니다.Pretendard-Medium
을 적용했을 때에는 정렬이 흐트러지지 않아서 정렬을 다시 맞추는 작업은 필요하지 않을 것 같습니다.Fira Sans
,Heebo
,Fenix
사용하던 부분은 그대로 주석으로 두겠습니다!Pretendard-Medium
폰트가 관리자 페이지에 일부 적용하던Inter
폰트와 거의 비슷한 폰트라서Inter
폰트를 제거하고 전체적으로Pretendard-Medium
를 적용시켜두었습니다.Lexend
에서Pretendard-Black
으로 바꾸었습니다.Lexend
로 적용했습니다.Pretendard-Black
으로 적용해두었습니다.