1. font, font-style 글자 관련 속성들을 지정[단축] 값 의미 기본값 font-style 글자 기울기 normal font-weight 글자 두께 normal font-size 글자 크기 medium (16px) line-height 줄 높이(줄 간격) 지정 normal (reset.css 적용시 1) font-family 글꼴(서체) 지정 운영체제(브라우저)에 따라 달라짐 font: 기울기 두께 크기 / 줄높이 글꼴; [최소한 크기, 글꼴은 지정해야 나온다] .box{ font: italic bold 20px / 1.5 "Arial", sans-serif; } font-style 글자 스타일(기울기)를 지정[개별] 속성 값 값 의미 기본값 normal 스타일 없음 normal italic..