@font-face {
    font-family: 'AppleSDGothicNeoB';
    src: url('../fonts/AppleSDGothicNeoB.ttf') format('truetype');
}

@font-face {
    font-family: 'AppleSDGothicNeoEB';
    src: url('../fonts/AppleSDGothicNeoEB.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoH';
    src: url('../fonts/AppleSDGothicNeoH.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoL';
    src: url('../fonts/AppleSDGothicNeoL.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoM';
    src: url('../fonts/AppleSDGothicNeoM.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoR';
    src: url('../fonts/AppleSDGothicNeoR.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoSB';
    src: url('../fonts/AppleSDGothicNeoSB.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoT';
    src: url('../fonts/AppleSDGothicNeoT.ttf') format('truetype');
}


@font-face {
    font-family: 'AppleSDGothicNeoUL';
    src: url('../fonts/AppleSDGothicNeoUL.ttf') format('truetype');
}

/* 폰트 적용 테스트용 스타일
.test-font1 {
    font-family: 'AppleSDGothicNeoB', sans-serif;
    font-size: 24px;
    color: blue;
}

.test-font2 {
    font-family: 'AppleSDGothicNeoEB', sans-serif;
    font-size: 24px;
    color: green;
}

.test-font3 {
    font-family: 'AppleSDGothicNeoH', sans-serif;
    font-size: 24px;
    color: red;
} */
