CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

프리랜서 커뮤니티

나눔스퀘어 웹폰트

2016년 06월 06일
KakaoTalk_20160607_122057170.png

분양사이트에 사용된 나눔스퀘어

나눔스퀘어 CSS

 
/*	font 설정	*/
@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquareR.eot);
 src: url(webfont/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquareR.ttf) format('truetype');
}


@font-face {
 font-family: 'NanumSquareB';
 src: url(webfont/NanumSquareB.eot);
 src: url(webfont/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquareB.woff) format('woff'),
      url(webfont/NanumSquareB.ttf) format('truetype');
}

 

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;	
	font-family:NanumSquare, 'Malgun Gothic','돋움', 'dotum';	
	color:#484848;
	font-style: normal;	
	font-size:14px;
	background: transparent;
	-webkit-text-size-adjust:none;
	box-sizing:border-box;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

 

NanumSquareR.zip

3. import 해서 사용하는 방법

@import url("//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
font-family:'Nanum Square';

추천한 사람

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기