<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./fonts/GmarketSansTTFLight.ttf);
    src: url(./fonts/GmarketSansTTFLight.ttf) format('truetype');
}

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

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

</pre></body></html>