font css
![[2021/12/17]국비지원 CSS3 1-(4) font 스타일 property](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fd5vcSK%2Fbtrr2WK3CIp%2FAAAAAAAAAAAAAAAAAAAAABY4S2q-gZniEh1YSmLN9L7P2BPw7_KsKhSjsJMdbZjd%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DzFEz4uFOc4O0cKB5f1HwVlO8IiE%253D)
[2021/12/17]국비지원 CSS3 1-(4) font 스타일 property
CSS3 font 스타일 property , (comma) : 그룹 선택자 body default font-size : 16px, 100%, 1em 기본 글꼴 : 굴림, serif명조, sans-serif고딕 font property들을 { font : ; }으로 한 번에 정리하고자 할 경우 : font-weight font-style font-variant font-size line-height font-family → font property에 대해서는 이렇게 쓰지 않는 것이 낫다. 문단 첫 줄만 들여 쓰기 하려 할 경우 text-indent : 0px ( 내어쓰기 -0px ) text-decoration : underline 밑줄, overline 윗줄, line-through 취소선 ( 취소선의 ..