@font-face {
    font-family: "GmarketSans Medium";
    font-weight: normal;
    font-style: normal;
    src: local('GmarketSansTTFMedium'),
    url("/lib/fonts/GmarketSans/GmarketSansMedium.otf") format("opentype"),
    url("/lib/fonts/GmarketSans/GmarketSansTTFMedium.ttf") format("truetype");
    /*한글 범위설정
    unicode-range: U+AC00-D7A3;*/
}

@font-face {
    font-family: "GmarketSans Light";
    font-weight: normal;
    font-style: normal;
    src: local('GmarketSansTTFLight'),
    url("/lib/fonts/GmarketSans/GmarketSansLight.otf") format("opentype"),
    url("/lib/fonts/GmarketSans/GmarketSansTTFLight.ttf") format("truetype");
    /*한글 범위설정
    unicode-range: U+AC00-D7A3;*/
}

/*________________ code font ________________*/
@font-face {
    font-family: "UbuntuMono";
    font-weight: normal;
    font-style: normal;
    src: local('UbuntuMono'),
    url("../fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf") format("truetype");
}