Google Webfont API에서 제공하는 나눔명조웹폰트를 Bower 패키지로 사용하기 위한 저장소.
Web Font Version of Nanum Myeongjo. Created by NAVER in Oct, 2013. Google Web Font Early Access
- 400
- 600
- 700
- ttf
- eot
- woff
- woff2
** Bower 를 통해 설치**
bower install nanummyeongjo
html
의 <head>
에 css
삽입
<link href='nanummyeongjo.css' rel='stylesheet' type='text/css'>
css
에서 설정
body {
font-family: 'NanumMyeongjo', sans-serif;
}
나눔명조가 적용된 데모페이지 NanumMyeongjo.html
Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)