@font-face {
    font-family: 'Neue'; /* 원하는 폰트 이름 */
    src: url('/font/NeueHaasDisplayLight.ttf') format('truetype'); /* TTF 파일 경로 */
    font-weight:300;
}
@font-face {
    font-family: 'Neue'; /* 원하는 폰트 이름 */
    src: url('/font/NeueHaasDisplayMediu.ttf') format('truetype'); /* TTF 파일 경로 */
    font-weight:400;
}
@font-face {
    font-family: 'Neue'; /* 원하는 폰트 이름 */
    src: url('/font/NeueHaasDisplayMBold.ttf') format('truetype'); /* TTF 파일 경로 */
    font-weight:500;
}
@font-face {
    font-family: 'Neue'; /* 원하는 폰트 이름 */
    src: url('/font/NeueHaasDisplayMRoman.ttf') format('truetype'); /* TTF 파일 경로 */
    font-weight:200;
}