1. font-face 한글/영어 // font.css @font-face { font-family: "Dongle"; src: url(../../public/font/Dongle-Light.ttf); font-weight: 100; } @font-face { font-family: "Dongle"; src: url(../../public/font/Dongle-Regular.ttf); font-weight: 400; } @font-face { font-family: "Dongle"; src: url(../../public/font/Dongle-Bold.ttf); font-weight: 700; } @font-face { font-family: "Dongle"; src: url(../../public/fo..