"KoPub바탕체 웹폰트"의 두 판 사이의 차이

 
(사용자 3명의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
;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='//fonts.googleapis.com/earlyaccess/kopubbatang.css'>
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-kopub/1.0/kopubbatang.css'>


<style>
<style>
div { font-family: 'KoPub Batang'; font-size: 3em; }
div { font-family: 'KoPub Batang'; 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>永卓 830513  英雄 910616    熙栽 950609    燦元 961101 </div>
</source>
<jsfiddle height='200'>hp8y1L7m</jsfiddle>
 
==jsdelivr==
<source lang='html5'>
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubbatang.min.css'>
 
<style>
div { font-family: 'KoPub Batang'; 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: 400; }
div:nth-of-type(2) { font-weight: 400; }
20번째 줄: 36번째 줄:


==같이 보기==
==같이 보기==
*[[KoPub돋움체]]
*[[KoPub돋움체 웹폰트]]
*[[KoPub바탕체]]


[[분류: 한글 폰트]]
[[분류: 한글 폰트]]
[[분류: 웹폰트]]
[[분류: 웹폰트]]

2020년 8월 26일 (수) 11:44 기준 최신판

KoPub바탕체 웹폰트

1 구글[ | ]

<link rel='stylesheet' href='//fonts.googleapis.com/earlyaccess/kopubbatang.css'>

<style>
div { font-family: 'KoPub Batang'; 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>永卓 830513   英雄 910616    熙栽 950609    燦元 961101 </div>

2 jsdelivr[ | ]

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

<style>
div { font-family: 'KoPub Batang'; 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>

3 같이 보기[ | ]

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