/**
 * [한글 주석] 외부 웹폰트와 함께 사용하는 로컬 @font-face 정의 파일입니다.
 * 위치: /theme/assets/css/webfonts.css
 */
/**
 * 기능: 다양한 웹폰트 선택지 중 noonnu 계열 폰트를 외부 CSS 파일에서 선언합니다.
 * 위치: /theme/assets/css/webfonts.css
 */

@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-display: swap;
}
