
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url(../font/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url(../font/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url(../font/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url(../font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url(../font/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url(../font/Pretendard-Black.woff) format("woff");
}

@font-face {
  font-family: 'Arial', Sans-serif;
  font-style: normal;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;/*앞에부터 순서대로 영어대문자, 영어소문자, 숫자*/
}
@font-face {
  font-family: 'Arial';
  font-weight: bold;
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;/*앞에부터 순서대로 영어대문자, 영어소문자, 숫자*/
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Antique';
  font-style: normal;
  font-weight: 400;
  src: url('../font/zen-antique-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
