[FE] fix: Pretendard 폰트가 정상적으로 적용되도록 나눔고딕 제거 #365
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 어떤 기능을 구현했나요 ?
Pretendard 폰트가 정상적으로 적용되도록 나눔고딕 폰트를 제거했습니다.
🔥 어떻게 해결했나요 ?
처음에는 제 로컬에서는
Pretendard
폰트가 제대로 적용되고 있었는데, 다른 팀원들의 로컬 환경에서는Pretendard
폰트가 보이지 않고 나눔고딕이 적용되는 문제가 발생했습니다. 폰트 설정을 확인해 보니,Pretendard
가 우선순위가 더 높게 설정되어 있었음에도 불구하고 나눔고딕이 적용되는 상황이었습니다. 이를 해결하기 위해, 나눔고딕 관련 코드를 모두 제거하여Pretendard
폰트가 정상적으로 적용되도록 했습니다.frontend/public/index.html
에서 나눔고딕 관련<link>
태그를 제거했습니다.frontend/src/styles/globalStyles.ts
에서font-family
속성에서 나눔고딕을 제거했습니다.📝 어떤 부분에 집중해서 리뷰해야 할까요?
📚 참고 자료, 할 말