font-weight 숫자로도 가능 > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

font-weight 숫자로도 가능 정보

JavaScript font-weight 숫자로도 가능

본문

The font-weight property sets how thick or thin characters in text should be displayed.

Inherited: Yes

Example
p
{
font-weight: bold


Possible Values
Value Description
normal Defines normal characters
bold Defines thick characters
bolder Defines thicker characters
lighter Defines lighter characters
100
200
300
400
500
600
700
800
900 Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:54:41 CSS에서 이동 됨]</div>
추천
0
  • 복사

댓글 1개

© SIRSOFT
현재 페이지 제일 처음으로