The font Property
This is a paragraph. The font size is set to 20 pixels, and the font family is Arial.
This is a paragraph. The font is set to italic and bold, the font size is set to 12 pixels, the line height is set to 30 pixels, and the font family is Georgia.
\\
\\
=====All CSS Font Properties=====
^ Property ^ Description ^
| font | 하나의 선언에서 모든 폰트 속성들을 설정합니다. |
| font-family | 텍스트를 위한 폰트 집합을 지정합니다. |
| font-size | 텍스트의 폰트 크기를 지정합니다. |
| font-style | 텍스트의 폰트 스타일을 지정합니다 |
| font-variant | 텍스트가 small-caps 폰트로 표시 여부를 지정합니다. |
| font-weight | 한 폰트의 굵기를 지정합니다. |
{{tag>오션, CSS font property }}