 @font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/GmarketSansTTFLight.ttf);
    src: url(./fonts/GmarketSansTTFLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/GmarketSansTTFMedium.ttf);
    src: url(./fonts/GmarketSansTTFMedium.ttf) format('truetype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/GmarketSansTTFBold.ttf);
    src: url(./fonts/GmarketSansTTFBold.ttf) format('truetype');
}

