<p>CSS font-family 속성은 선택된 요소에 우선 순위가 지정된 font family 이름과 generic family 이름을 지정할 수 있게 해줍니다.</p>
<p>CSS font-family 속성은 선택된 요소에 우선 순위가 지정된 font family 이름과 generic family 이름을 지정할 수 있게 해줍니다.</p>
<p>CSS font-family 속성은 선택된 요소에 우선 순위가 지정된 font family 이름과 generic family 이름을 지정할 수 있게 해줍니다.</p>
p:first-of-type {
font-family: serif;
}
p:last-of-type {
font-family: monospace;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.