/* gotham */
@font-face {
    font-family: 'gotham';
    font-weight: 300;
    font-style: normal;
    src: url('font/gotham/gotham-book-webfont.woff') format('woff'),
         url('font/gotham/gotham-book-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'gotham';
    font-weight: 500;
    font-style: normal;
    src: url('font/gotham/gotham-medium-webfont.woff') format('woff'),
         url('font/gotham/gotham-medium-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'gotham';
    font-weight: 700;
    font-style: normal;
    src: url('font/gotham/gotham-bold-webfont.woff') format('woff'),
         url('font/gotham/gotham-bold-webfont.ttf') format('truetype');
}
/* NotoSans */
/*@font-face {
	font-family:"noto";
    font-weight: 300;
    font-style: normal;
	src:url("font/Noto/NotoSans-Light.eot");
	src:url("font/Noto/NotoSans-Light.eot?#iefix") format("embedded-opentype");
	src:local("NotoSans-Light"), url("font/Noto/NotoSans-Light.woff") format('woff');
}

@font-face {
    font-family:"noto";
    font-weight: 400;
    font-style: normal;
    src:url("font/Noto/NotoSans-Regular.eot");
    src:url("font/Noto/NotoSans-Regular.eot?#iefix") format("embedded-opentype");
    src:local("NotoSans-Regular"), url("font/Noto/NotoSans-Regular.woff") format('woff');
}*/
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
/*
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
*/
    src:url('font/Noto/NotoSans-Light.woff2') format('woff2'),
        url('font/Noto/NotoSans-Light.woff') format('woff'),
        url('font/Noto/NotoSans-Light.eot') format('eot')
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
/*
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
*/
    
    src:url('font/Noto/NotoSans-Regular.woff2') format('woff2'),
        url('font/Noto/NotoSans-Regular.woff') format('woff'),
        url('font/Noto/NotoSans-Regular.eot') format('eot')
}
