font-size
font-family
font-family: 'Cute Font', Arial, cursive;
font-style
font-weight
#main {
font-family: 'Moto Sans KT', sans-serif;
font-style: oblique;
font-weight: 900;
font-size:35px;
}
// 아래와 동일
#main {
font: oblique 900 35px 'Moto Sans KT', sans-serif;
}
text-align: 텍스트를 좌, 우, 중앙 정렬함
<style>
h1 { text-align: center;} # 중앙 정렬
h1 { text-align: left;} # 왼쪽 정렬
h1 { text-align: right;} # 오른쪽 정렬
</style>
line-height: 문장 사이의 간격을 조정함
<style>
#up { line-height: 24px;}
#down { line- height: 2;} # 현재 요소의 폰트사이즈 의 2배
letter-spacing: 글자와 글자 사이의 간격을 조정함, 자간
text-indent: 문단의 시작부에 들여쓰기를 함