본문 바로가기
et cetera

font-weight, text-decoration

by lifeinmelody 2008. 4. 22.

font-weight:lighter;
font-weight:normal;
font-weight:bold;
font-weight:blolder;

숫자로 표시할 경우 : 표준 굵기는 400
font-weight:100;
font-weight:200;
font-weight:300;
font-weight:400;
font-weight:500;
font-weight:600;
font-weight:700;
font-weight:800;
font-weight:900;

text-decoration:line-through;
text-decoration:underline;
text-decoratioin:underline overline;
text-decoration:none;