
/* NotoSerif css*/

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 300;
  src: url('./NotoSerifCJKkr-ExtraLight.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 400;
  src: url('./NotoSerifCJKkr-Light.ot'f) format('truetype');
}

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 500;
  src: url('./NotoSerifCJKkr-Regular.'otf) format('truetype');
}

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 600;
  src: url('./NotoSerifCJKkr-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 700;
  src: url('./NotoSerifCJKkr-SemiBold.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 800;
  src: url('./NotoSerifCJKkr-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 900;
  src: url('./NotoSerifCJKkr-Black.ot'f) format('truetype');
}
