폰트 설정

h1 { font-family: 궁서 }
h1 { font-family: 휴먼옛체 }

궁서체글씨
휴먼옛체


폰트 크기

h1 { font-size: 200% }

폰트의 크기를 200%로 설정한 모습


폰트 스타일

h1 {font-style: italic}
h1 {font-style: normal}
h1 {font-style: oblique}

italic 폰트
noraml 폰트
oblique 폰트


bold 스타일

h1 {font-weight: normal}
h1 {font-weight: bold}
h1 {font-weight: 900}

일반적인 글씨
bold 스타일 글씨
weight를 900으로 준 글씨


'CSS이야기' 카테고리의 다른 글

CSS강의 margin 스타일  (0) 2007.07.11
CSS border 스타일  (0) 2007.07.04
CSS강의 - TEXT 스타일  (0) 2007.07.02
CSS 강의 - 삽입 방법  (0) 2007.06.28
CSS강의 - 기본 문법  (0) 2007.06.27
,