
/* Noto Sans KR css*/

@font-face {
  font-family: 'NotoSansSC';
  font-style: normal;
  font-weight: 100;
  src: url('./NotoSansSC-Thin.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansSC';
  font-style: normal;
  font-weight: 300;
  src: url('./NotoSansSC-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansSC';
  font-style: normal;
  font-weight: 400;
  src: url('./NotoSansSC-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansSC';
  font-style: normal;
  font-weight: 500;
  src: url('./NotoSansSC-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansSC';
  font-style: normal;
  font-weight: 700;
  src: url('./NotoSansSC-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansSC';
  font-style: normal;
  font-weight: 900;
  src: url('./NotoSansSC-Black.ttf') format('opentype');
}