@font-face {
    /* 1. 이 폰트를 부를 때 사용할 이름 설정 */
    font-family: 'BoldDungGeunMo'; 
    
    /* 4. 폰트 파일 경로 지정 및 형식 선언 */
    src: url('/asset/font/DungGeunMo.woff2') format('woff2'), /* 최신 브라우저용 (가장 작고 빠름) */
         url('/asset/font/DungGeunMo.woff') format('woff');  /* 구형 브라우저용 */
}