210813
🎊학습한 내용
웹페이지 실습
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
* {
font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
}
이하 내용은 github 업로드
☔학습한 내용 중 어려웠던 점
완성 후 폰트 변경으로 인해 틀어지는 현상
🎁해결방법
영역 조절 or 폰트 크기 조절
🎉학습소감
아직 몰랐던 속성들이 이렇게 많다니... w3schools 사이트를 참고하여 전체적으로 속성을 한번 훑어봐야겠다.🤯
Author And Source
이 문제에 관하여(210813), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@cptdye77/210813저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)