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

feat: 폰트 import 위치를 헤더가 아닌 index.html에서 진행 #471

Merged

Conversation

nyj001012
Copy link
Collaborator

@nyj001012 nyj001012 commented Mar 12, 2024


✅ 풀_리퀘스트 체크리스트

  • PR 제목: [feat/fix/refactor...] 작업 내용 한 줄 요약 (브랜치 이름) #이슈번호
  • commit message 가 적절한지 확인해주세요.
  • 적절한 branch 로 요청했는지 확인해주세요.
  • Assignees, Label 을 붙여주세요.
  • 주의 사항과 관련해 꼭 확인해야 할 사람이 있다면 Reviewer 로 등록해주세요.
  • PR이 승인된 경우 해당 브랜치는 삭제해 주세요!

🔄 변경 사항

무엇을 합니다!

  • 헤더에서 import하던 폰트를 index.html에서 import

📎 변경한 이유

  • register 페이지에서 폰트를 import하지 않고 있었음
  • 헤더에서 폰트를 import하는데, 페이지 전반에 걸쳐 적용되어야 하는 폰트 특성상, 헤더에서 불러오는 것은 바람직하지 않다 판단

closes: #471

👨🏻‍💻 테스트 체크리스트

  • 크롬 브라우저
    스크린샷 2024-03-12 오후 1 34 03

  • 사파리
    스크린샷 2024-03-12 오후 1 28 33

📌 변경 및 주의 사항


@nyj001012 nyj001012 added enhancement New feature or request frontend frontend 관련 PR labels Mar 12, 2024
@nyj001012 nyj001012 self-assigned this Mar 12, 2024
@nyj001012 nyj001012 linked an issue Mar 12, 2024 that may be closed by this pull request
@nyj001012 nyj001012 requested review from bluedog129 and donghyun1998 and removed request for bluedog129 March 12, 2024 04:34
@donghyun1998
Copy link
Contributor

register페이지에서 제가 font import해 오는걸 까먹었네요 ;;
이렇게 index.html로 미리 Link태그에 추가하는게 더 좋은 방식 같습니다.
고생 많으셨습니다

@nyj001012 nyj001012 merged commit a1542ab into main Mar 12, 2024
7 checks passed
@nyj001012 nyj001012 deleted the 420-fix-사파리에서-폰트가-적용되지-않음 branch March 12, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend frontend 관련 PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: 사파리에서 폰트가 적용되지 않음
2 participants