font-weight
font-weight 속성에 대한 유틸리티입니다.
폰트의 두께를 설정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
font-weight:1 | fw:1 | font-weight: var(--font-weight-1) !important; /* 400 */ |
font-weight:2 | fw:2 | font-weight: var(--font-weight-2) !important; /* 500 */ |
font-weight:3 | fw:3 | font-weight: var(--font-weight-3) !important; /* 700 */ |
font-weight:bold | fw:bold | font-weight: bold !important; |
font-weight:normal | fw:normal | font-weight: normal !important; |
font-weight:inherit | fw:inherit | font-weight: inherit !important; |
font-weight:100 | fw:100 | font-weight: 100 !important; |
font-weight:200 | fw:200 | font-weight: 200 !important; |
font-weight:300 | fw:300 | font-weight: 300 !important; |
font-weight:400 | fw:400 | font-weight: 400 !important; |
font-weight:500 | fw:500 | font-weight: 500 !important; |
font-weight:600 | fw:600 | font-weight: 600 !important; |
font-weight:700 | fw:700 | font-weight: 700 !important; |
font-weight:800 | fw:800 | font-weight: 800 !important; |
font-weight:900 | fw:900 | font-weight: 900 !important; |
기본 폰트 두께 var(--font-weight)
설정과 관련된 내용은 여기를 참고해주세요.