KoPub돋움체 웹폰트

AdrinerDP (토론 | 기여)님의 2020년 4월 21일 (화) 22:36 판

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 }}