@charset "utf-8";


/* KOREAN */
@font-face {
	font-family: 'NotoSans Light';
	src:
		/*url('/css/fonts/NotoSans-Light.woff2') format('woff2'),*/ 
		url('/css/fonts/NotoSans-Light.woff') format('woff');
	font-weight: 300;
}

@font-face {
	font-family: 'NotoSans Medium';
	src:
		/*url('/css/fonts/NotoSans-Medium.woff2') format('woff2'),*/
		url('/css/fonts/NotoSans-Medium.woff') format('woff');
	font-weight: 300;
}

@font-face {
	font-family: 'NotoSans Regular';
	src:
		/*url('/css/fonts/NotoSans-Regular.woff2') format('woff2'),*/
		url('/css/fonts/NotoSans-Regular.woff') format('woff');
	font-weight: 300;
}


/* ENGLISH */
@font-face {
	font-family: 'Roboto Light';
	src:
		url('/css/fonts/Roboto-Light.woff') format('woff');
	unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'Roboto Medium';
	src:
		url('/css/fonts/Roboto-Medium.woff') format('woff');
	unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'Roboto Regular';
	src:
		url('/css/fonts/Roboto-Regular.woff') format('woff');
	unicode-range: U+0020-007F;
}

/* ENGLISH TEST 
@font-face {
	font-family: 'Roboto Light';
	src:
		url('/css/fonts/Dosis-Light.woff2') format('woff2'),
		url('/css/fonts/Dosis-Light.woff') format('woff');
	unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'Roboto Medium';
	src:
		url('/css/fonts/Roboto-Medium.woff2') format('woff2'),
		url('/css/fonts/Roboto-Medium.woff') format('woff');
	unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'Roboto Regular';
	src:
		url('/css/fonts/Roboto-Regular.woff2') format('woff2'),
		url('/css/fonts/Roboto-Regular.woff') format('woff');
	unicode-range: U+0020-007F;
}*/
