728x90
font attribute
글꼴 스타일을 각각 지정하기
p
{
font-style:italic; normal, italic, oblique
font-variant: small-caps; normal, small-caps
font-weight:bold; bold, 100~900, bolder, lighter
font-size:17px; px, pt, %, em
font-family:arial, "Times New Roman",sans; serif, sans-serif
}
{
font-style:italic; normal, italic, oblique
font-variant: small-caps; normal, small-caps
font-weight:bold; bold, 100~900, bolder, lighter
font-size:17px; px, pt, %, em
font-family:arial, "Times New Roman",sans; serif, sans-serif
}
글꼴 전체스타일을 한번에 지정하기
p
{
font: italic small-caps bold 17px arial, "Times New Roman",sans
}
{
font: italic small-caps bold 17px arial, "Times New Roman",sans
}
'my_lesson > _CSS3' 카테고리의 다른 글
CSS2 Z-index attribute[auto, number, initial] (0) | 2015.03.23 |
---|---|
CSS Position attribute[static, relative, absolute, fixed] (0) | 2015.03.22 |
CSS border-radius 이해하기 (0) | 2014.08.15 |
CSS3 lesson - 둥근 모서리 만들기[border-radius] (0) | 2013.11.24 |
CSS3 lesson - css와 html 연결하기 (0) | 2013.07.28 |
댓글