@charset "utf-8";



/* 고딕 익스용 */

@font-face {   
	font-family: 'Malgun Gothic';
    src:url('malgun.ttf') format('truetype');
	
	font-family: 'hm';
    src:url('hm.ttf') format('truetype');
	
	font-family: 'NanumGothic';
    src: url('NanumGothic.eot')
	url('NanumGothic.ttf') format('truetype');
	
}





/* 고딕 크롬 */
@font-face {
 	 font-family: 'Malgun Gothic';

    font-style: normal;
    font-weight: normal;
    src: local('Malgun Gothic'),  local('malgun'),   url('malgun.woff') format('woff');   
   

 	 font-family: 'NanumGothic';

    font-style: normal;
    font-weight: normal;
    src: local('NanumGothic'),  local('나눔고딕'),   url('NanumGothic.woff') format('woff');  
	
 	 font-family: 'hm';

    font-style: normal;
    font-weight: normal;
    src: local('hm'),  local('hm'),   url('hm.woff') format('woff');   
   
		

}
