Skip to content
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

[FE] 모바일 환경에서 Font가 제대로 적용되지 않는 문제 #638

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

Todari
Copy link
Contributor

@Todari Todari commented Sep 26, 2024

issue

구현 목적

일부 모바일 환경에서 pretendart font가 적용되지 않는 문제가 있었습니다.
의도한 디자인을 전달할 수 없는 문제가 있어 이를 해결하려고 했습니다.

구현 사항

기존에 font-family : "Pretendart"를 사용해 줬지만, web font를 import 하는 코드가 없었습니다.
client 에서 pretendard font를 가지고 있는 데스크탑 환경에서는 정상 작동했지만,
그렇지 않을 수 있는 모바일 환경에서는 대체 폰트를 사용하기 때문에 발생한 문제라고 판단했습니다.

따라서

 @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

를 이용해 webfont 주소를 명시해 주었습니다.

@Todari Todari added ⚙️ feat feature 🚨 bug bug 🔍 QC quality check labels Sep 26, 2024
@Todari Todari added this to the v2.0.0 milestone Sep 26, 2024
@Todari Todari self-assigned this Sep 26, 2024
Copy link

@soi-ha soi-ha merged commit 6001f8e into fe-dev Sep 26, 2024
2 checks passed
@soi-ha soi-ha deleted the feature/#615 branch September 26, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 bug bug ⚙️ feat feature 🔍 QC quality check
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants