/* font-face */

@font-face {font-family: 'NotoSans';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');}

@font-face {font-family: 'NotoSans';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');}

@font-face {font-family: 'NotoSans';font-style: normal;font-weight: 700;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

/* font-face 
@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:100;
	src: url('/wthimg/font/notoSansKRlight.woff2') format('woff2'),
	url('/wthimg/font/notoSansKRlight.woff') format('woff'),
	url('/wthimg/font/notoSansKRlight.otf') format('opentype');
}

@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:400;
	src: url('/wthimg/font/notoSansKRRegular.otf') format('woff2'),
	url('/wthimg/font/notoSansKRRegular.woff') format('woff'),
	url('/wthimg/font/notoSansKRRegular.otf') format('opentype');
}

@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:700;
	src: url('/wthimg/font/notoSansKRBold.woff2') format('woff2'),
	url('/wthimg/font/notoSansKRBold.woff') format('woff'),
	url('/wthimg/font//notoSansKRBold.otf') format('opentype');
}
*/
