"나눔스퀘어 웹폰트"의 두 판 사이의 차이

잔글 (115.90.106.188(토론)의 편집을 Jmnote의 마지막 판으로 되돌림)
 
(사용자 8명의 중간 판 16개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;NanumSquare Web font
;NanumSquare Web font
;나눔스퀘어 웹폰트
;나눔스퀘어 웹폰트
<source lang='html5'>
<syntaxhighlight lang='html' run outheight='300'>
<link rel="stylesheet" href="//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css">
<link rel="stylesheet" href="//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css">
<style>
<style>
15번째 줄: 15번째 줄:
<p class="nanum-square bold">다람쥐 헌 쳇바퀴에 타고파. 1234567890</p>
<p class="nanum-square bold">다람쥐 헌 쳇바퀴에 타고파. 1234567890</p>
<p class="nanum-square bold">The quick brown fox jumps over the lazy dog</p>
<p class="nanum-square bold">The quick brown fox jumps over the lazy dog</p>
</source>
</syntaxhighlight>
<jsfiddle height='280'>r7n54z97</jsfiddle>


==같이 보기==
==같이 보기==
22번째 줄: 21번째 줄:
*[[나눔바른고딕 웹폰트]]
*[[나눔바른고딕 웹폰트]]


==참고 자료==
==참고==
* https://github.com/hiun/NanumSquare
* https://github.com/hiun/NanumSquare


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

2021년 9월 13일 (월) 01:15 기준 최신판

1 개요[ | ]

NanumSquare Web font
나눔스퀘어 웹폰트
<link rel="stylesheet" href="//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css">
<style>
p { font-size: 1.6em; }
.nanum-square { font-family: 'Nanum Square'; }
.bold { font-weight: bold; }
}
</style>

<p class="nanum-square">다람쥐 헌 쳇바퀴에 타고파. 1234567890</p>
<p class="nanum-square">The quick brown fox jumps over the lazy dog</p>
<p class="nanum-square bold">다람쥐 헌 쳇바퀴에 타고파. 1234567890</p>
<p class="nanum-square bold">The quick brown fox jumps over the lazy dog</p>

2 같이 보기[ | ]

3 참고[ | ]

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