CSS font properties

이름..?·2020년 7월 8일
0

HTML/CSS

목록 보기
3/7

font-family : 폰트 스타일 지정
font-size
font-weight : 폰트 두께
font-style
color

h1{ font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: red;
    }

0개의 댓글