"KoPub돋움체 웹폰트"의 두 판 사이의 차이

(Jmnote 사용자가 KoPub돋움체 웹폰트 문서를 KoPub바탕체 웹폰트 문서로 옮겼습니다)
 
1번째 줄: 1번째 줄:
#넘겨주기 [[KoPub바탕체 웹폰트]]
==개요==
;KoPub바탕체 웹폰트
 
<source lang='html5'>
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-kopub/1.0/kopubdotum.css'>
 
<style>
div { font-family: 'KoPub Dotum'; font-size: 2em; }
div:nth-of-type(1) { font-weight: 300; }
div:nth-of-type(2) { font-weight: 700; }
</style>
<div>안녕하세요 1</div>
<div>안녕하세요 2</div>
</source>
<jsfiddle height='200'>zddjy07j</jsfiddle>
 
==같이 보기==
* [[KoPub바탕체 웹폰트]]
* [[KoPub돋움체]]
[[분류: 한글 폰트]]
[[분류: 웹폰트]]

2016년 2월 3일 (수) 09:33 판

1 개요

KoPub바탕체 웹폰트
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-kopub/1.0/kopubdotum.css'>

<style>
div { font-family: 'KoPub Dotum'; font-size: 2em; }
div:nth-of-type(1) { font-weight: 300; }
div:nth-of-type(2) { font-weight: 700; }
</style>
 
<div>안녕하세요 1</div>
<div>안녕하세요 2</div>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}