@font-face {
  font-family: 'NanumBarunGothic';
  src: url('font/NanumBarunGothicUltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'NanumBarunGothic';
  src: url('font/NanumBarunGothicLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NanumBarunGothic';
  src: url('font/NanumBarunGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumBarunGothic';
  src: url('font/NanumBarunGothicBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'EBS주시경';
  src: url('font/EBS주시경L.ttf') format('truetype'),
        url('font/EBS주시경L.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'EBS주시경';
  src: url('font/EBS주시경M.ttf') format('truetype'),
        url('font/EBS주시경M.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EBS주시경';
  src: url('font/EBS주시경B.ttf') format('truetype'),
        url('font/EBS주시경B.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
