@font-face {
  font-family: 'KoreanTITGD3R';
  src: url('/css/KoreanTITGD3-R.woff2') format('woff2'),
    url('/css/KoreanTITGD3-R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KoreanTITGD4R';
  src: url('/css/KoreanTITGD4-R.woff2') format('woff2'),
    url('/css/KoreanTITGD4-R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-titgd3 {
  font-family: 'KoreanTITGD3R';
}

.font-titgd4 {
  font-family: 'KoreanTITGD4R';
}