/* 국문 적용 font */

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  src: url(font/NotoSansKR-Thin.otf) format('opentype');
  unicode-range: U+AC00-D7A3;	
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  src: url(font/NotoSansKR-Light.otf) format('opentype');
  unicode-range: U+AC00-D7A3;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url(font/NotoSansKR-Regular.otf) format('opentype');
  unicode-range: U+AC00-D7A3;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url(font/NotoSansKR-Medium.otf) format('opentype');
  unicode-range: U+AC00-D7A3;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  src: url(font/NotoSansKR-Bold.otf) format('opentype');
  unicode-range: U+AC00-D7A3;	
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  src: url(font/NotoSansKR-Black.otf) format('opentype');
  unicode-range: U+AC00-D7A3;	
}



/* 영문 적용, 숫자 적용 font */

@font-face {
  font-family: 'Roboto','Open Sans', helvetica, arial, sans-serif;
  font-weight: 100;
  src: url(font/Roboto-Thin.ttf) format('truetype');
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A;	
}

@font-face {
  font-family: 'Roboto','Open Sans', helvetica, arial, sans-serif;
  font-weight: 300;
  src: url(font/Roboto-Light.ttf) format('truetype');
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A;
}

@font-face {
  font-family: 'Roboto','Open Sans', helvetica, arial, sans-serif;
  font-weight: 400;
  src: url(font/Roboto-Regular.ttf) format('truetype');
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A;
}

@font-face {
  font-family: 'Roboto','Open Sans', helvetica, arial, sans-serif;
  font-weight: 500;
  src: url(font/Roboto-Medium.ttf) format('truetype');
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A;
}

@font-face {
  font-family: 'Roboto','Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  src: url(font/Roboto-Bold.ttf) format('truetype');
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A;	
}

@font-face {
  font-family: 'Roboto','Open Sans', helvetica, arial, sans-serif;
  font-weight: 900;
  src: url(font/Roboto-Black.ttf) format('truetype');
  unicode-range: U+0030-0039,U+0041-005A,U+0061-007A;	
}
