

@font-face {
    font-family: 'GongGothicBold';
    src: url(fonts/GongGothicBold.ttf),
    url(fonts/GongGothicBold.woff);
}

@font-face {
    font-family: 'GongGothicMedium';
    src: url(fonts/GongGothicMedium.ttf),
    url(fonts/GongGothicMedium.woff);
}

@font-face {
    font-family: 'GongGothicLight';
    src: url(fonts/GongGothicLight.ttf),
    url(fonts/GongGothicLight.woff);
}


@font-face {
    font-family: 'MalgunGothic', "맑은 고딕";
    src: url(fonts/MalgunGothic.eot),
         url(fonts/MalgunGothic.ttf);
}

.malgun{
    font-family: 'MalgunGothic', "맑은 고딕";
}


.noto{
    font-family: 'Noto Sans KR', sans-serif;
}
