-
Notifications
You must be signed in to change notification settings - Fork 2
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: add global css #30
Conversation
- remove duplicated body and head tags - format little code styles
href="//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css" | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans/css/SpoqaHanSansNeo.css" |
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.
웹폰트 내려받는 URL은 어떤 연유로 바꾸게 되는지 궁금하네용.
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.
처음에 저 jsDelivr URL은 어떻게 발견하신 거에요? 그냥 궁금해서 ㅎㅎ
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.
@SamTheKorean 이 질문에 답해주실 수 있나요?! 제가 추가한 게 아니라서 ...
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.
보통 공식홈페이지에서 가져오는데 그게 아니라면 chatgpt를 의심해봅니다..! 더 신중히 채크하도록 하겠습니다!
- set styles of - a tag - font family - scroll behavior - box sizing
8baa761
to
5ac7a6f
Compare
close Create Global CSS #10
add global-styles.css file
fix html wrong structure