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

잔글 (121.140.37.67(토론)의 편집을 Jmnote의 마지막 판으로 되돌림)
태그: 일괄 되돌리기
 
(사용자 6명의 중간 판 13개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;'KoPub Dotum' webfont
;KoPub돋움체 웹폰트
;KoPub돋움체 웹폰트


<source lang='html5'>
<source lang='html5'>
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-kopub/1.0/kopubdotum.css'>
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubdotum.min.css'>


<style>
<style>
div { font-family: 'KoPub Dotum'; font-size: 2em; }
div { font-family: 'KoPub Dotum'; font-size: 2em; }
div:nth-of-type(1) { font-weight: 300; }
div:nth-of-type(1) { font-weight: 300; }
div:nth-of-type(2) { font-weight: 700; }
div:nth-of-type(2) { font-weight: 400; }
div:nth-of-type(3) { font-weight: 700; }
</style>
</style>
   
   
<div>안녕하세요 1</div>
<div>안녕하세요 1</div>
<div>안녕하세요 2</div>
<div>안녕하세요 2</div>
<div>안녕하세요 3</div>
</source>
</source>
<jsfiddle height='200'>zddjy07j</jsfiddle>
<jsfiddle height='250'>zddjy07j</jsfiddle>


==같이 보기==
==같이 보기==
21번째 줄: 24번째 줄:
[[분류: 한글 폰트]]
[[분류: 한글 폰트]]
[[분류: 웹폰트]]
[[분류: 웹폰트]]
[[분류: 산세리프]]

2020년 9월 21일 (월) 23:26 기준 최신판

1 개요[ | ]

'KoPub Dotum' webfont
KoPub돋움체 웹폰트
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubdotum.min.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: 400; }
div:nth-of-type(3) { font-weight: 700; }
</style>
 
<div>안녕하세요 1</div>
<div>안녕하세요 2</div>
<div>안녕하세요 3</div>

2 같이 보기[ | ]

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