@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 200;
    src: local('NanumSquare'),
        url('../font/NanumSquareL.ttf') format('truetype'), 
        url('../font/NanumSquareL.otf') format('opentype'),
        url('../font/NanumSquare_acL.ttf') format('truetype'), 
        url('../font/NanumSquareOTF_acL.otf') format('opentype');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    src: local('NanumSquare'),
        url('../font/NanumSquareR.ttf') format('truetype'), 
        url('../font/NanumSquareR.otf') format('opentype'),
        url('../font/NanumSquare_acR.ttf') format('truetype'), 
        url('../font/NanumSquareOTF_acR.otf') format('opentype');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    src: local('NanumSquare'),
        url('../font/NanumSquareB.ttf') format('truetype'), 
        url('../font/NanumSquareB.otf') format('opentype'),
        url('../font/NanumSquare_acB.ttf') format('truetype'), 
        url('../font/NanumSquareOTF_acB.otf') format('opentype');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    src: local('NanumSquare'),
        url('../font/NanumSquareEB.ttf') format('truetype'), 
        url('../font/NanumSquareEB.otf') format('opentype'),
        url('../font/NanumSquare_acEB.ttf') format('truetype'), 
        url('../font/NanumSquareOTF_acEB.otf') format('opentype');
}