-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚙️ 스타일 설정 #7
⚙️ 스타일 설정 #7
Conversation
용량을 줄이고 빠르게 폰트를 가져올 수 있도록 subset font를 사용했습니다.
용량이 50%가량 더 적은 woff2를 기본 폰트로 하고, woff를 fallback font로 지정했습니다
This pull request is automatically being deployed by Amplify Hosting (learn more). |
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.
Navbar 컴포넌트와 스타일 시트의 위치가 FSD Architecture가 지향하는 구조와 조금 맞지 않다고 생각하여 Request Changes 하였습니다! 확인 부탁드립니다 ㅎㅎ
shared/ui에 많은 컴포넌트가 들어갈 수 있기에 추가적으로 depth를 만들었습니다. 상단 navbar와 헷갈릴 여지가 있기에 FNB로 이름을 변경했습니다.
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.
마지막으로 하나만 확인 부탁드립니다!
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.
고생하셨습니다! 승인하면 될 것 같아요.
작업 이유
Webview의 font, color등 style 설정
Layout을 위한 FNB 구현
작업 사항
1️⃣ font설정
2️⃣ color 설정
3️⃣ Layout 설정
기타
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈
iOS의 경우 폰트 사이즈가 16px 이하인 상태에서 input태그를 누르면 자동으로 화면이 확대되게 됩니다. 이를 방지하고자 'user-scalable=no'를 설정했습니다. 좀 더 자세한 사항은 https://im-designloper.tistory.com/49 이 링크를 참조해주세요.