HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
프론트엔드 스쿨 교안(1기)
/
📝
질의응답 모음!
/
📝
h1의 font size와 font weight
📝

h1의 font size와 font weight

Created
Nov 3, 2021 04:46 PM
Tags
해결
category
CSS
day
2
font-weight - CSS: Cascading Style Sheets | MDN
font-weight CSS 속성은 폰트(font)의 가중치(weight)나 굵기(boldness)를 명시한다. 몇몇 폰트들은 normal 나 bold 일 때만 가능하다. 만약 정확히 주어진 가중치를 사용할 수없다면, 실제로 렌더링 되는 가중치를 결정하기 위해 다음과 같은 경험적 접근이 적용된다: 만약 500 초과의 가중치가 주어지면, 가능한 굵은(darker) 가중치 중 가장 가까운 것이 사용된다 (만약 없다면, 얇은(lighter) 가중치 중 가장 가까운 것).
font-weight - CSS: Cascading Style Sheets | MDN
https://developer.mozilla.org/ko/docs/Web/CSS/font-weight
font-weight - CSS: Cascading Style Sheets | MDN
notion image