@charset "utf-8";
/*
 파일명 :			webfont.css
 기능설명:		webfont css
 작성자 :			.
 최종수정일 :	2012.12.11
*/



@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

 
/* 선언방법 
@font-face {font-family:NanumGothic; src:url('http://www.nownsurvey.com/css/font/NanumGothic.eot'); src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothic.ttf') format(truetype);}
@font-face {font-family:NanumGothic; src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothic.ttf') format('truetype');}
@font-face {font-family:NanumGothic; src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothic.woff') format('woff');}

@font-face {font-family:NanumGothicBold; src:url('http://www.nownsurvey.com/css/font/NanumGothicBold.eot'); src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothicBold.ttf') format(truetype);}
@font-face {font-family:NanumGothicBold; src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothicBold.ttf') format('truetype');}
@font-face {font-family:NanumGothicBold; src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothicBold.woff') format('woff');}

@font-face {font-family:NanumGothicExtraBold; src:url('http://www.nownsurvey.com/css/font/NanumGothicExtraBold.eot'); src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothicExtraBold.ttf') format(truetype);}
@font-face {font-family:NanumGothicExtraBold; src:local('☺'), url('http://www.nownsurvey.com/css/font/NanumGothicExtraBold.ttf') format('truetype');}
*/

@font-face{
font-family:NanumGothic;
/*src:url(/css/font/NanumGothic.eot);
src:local(※), url(/css/font/NanumGothic.woff) format(‘woff’)*/
}

@font-face{
font-family:NanumGothicBold;
/*src:url(/css/font/NanumGothicBold.eot);
src:local(※), url(/css/font/NanumGothicBold.woff) format(‘woff’)*/
}


/* SUIT */
@font-face {
	font-family: 'SUIT';
	font-weight: 100 900;
	src: url('font/SUIT-Variable.woff2') format('woff2-variations');
}
@font-face {
	font-family: 'SUITE';
	font-weight: 300 900;
	src: url('font/SUITE-Variable.woff2') format('woff2-variations');
}
