/* 
 * 사용 폰트 정의는 여기에 통합
 * @import url(font.css);로 호출함. 
 */
 
 
/* 나눔고딕 */
@font-face {
	font-family: nanum_go;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/NanumGothic.eot');
	src: url('fonts/NanumGothic.woff') format('woff');
}
/* 나눔바른고딕 */
@font-face {
	font-family: nanum_bgo;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/NanumBarunGothic.eot');
	src: url('fonts/NanumBarunGothic.woff') format('woff');
}
/* 나눔스퀘어 R  */
@font-face {
	font-family: nanum_sr;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/NanumSquareR.eot');
	src: url('fonts/NanumSquareR.woff') format('woff');
}
/* 나눔스퀘어라운드 R  */
@font-face {
	font-family: nanum_srr;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/NanumSquareRoundR.eot');
	src: url('fonts/NanumSquareRoundR.woff') format('woff');
}
