@font-face {
  font-family: 'BatangChe';
  src: local('BatangChe'),                           /* 1. local에 폰트가 있으면, 해당 폰트를 사용 */
    url('../font/BatangChe.woff2') format('woff2'),  /* 2. local에 폰트가 없으면, woff2를 사용 */
    url('../font/BatangChe.woff') format('woff');    /* 3. woff2를 미지원하면, woff를 사용 */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
