KoPub바탕체 웹폰트

Jmnote (토론 | 기여)님의 2016년 2월 3일 (수) 09:01 판 (새 문서: ==개요== ;KoPub돋움체 웹폰트 <source lang='html5'> <link rel='stylesheet' href='//cdn.jsdelivr.net/font-kopub/1.0/kopubdotum.css'> <link rel='stylesheet' href='//cdn.jsdelivr...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

개요

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

<style>
div { font-family: 'KoPub Batang'; font-size: 3em; }
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>
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}