﻿
/* font-face
------------------------------------------------------------*/

@font-face {
    font-family: NanumSquare;
    font-weight: 400;
    src: url(../../Fonts/NanumSquareR.woff2) format('woff2'), url(../../Fonts/NanumSquareR.woff) format('woff'), url(../../Fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: NanumSquare;
    font-weight: 700;
    src: url(../../Fonts/NanumSquareB.woff2) format('woff2'), url(../../Fonts/NanumSquareB.woff) format('woff'), url(../../Fonts/NanumSquareB.ttf) format('truetype');
}

@font-face {
    font-family: NanumSquare;
    font-weight: 800;
    src: url(../../Fonts/NanumSquareEB.woff) format('woff'), url(../../Fonts/NanumSquareEB.ttf) format('truetype');
}

@font-face {
    font-family: NanumGothic;
    font-weight: 400;
    src: url(../../Fonts/NanumGothic-Regular.woff2) format('woff2'), url(../../Fonts/NanumGothic-Regular.woff) format('woff'), url(../../Fonts/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: NanumGothic;
    font-weight: 700;
    src: url(../../Fonts/NanumGothic-Bold.woff2) format('woff2'), url(../../Fonts/NanumGothic-Bold.woff) format('woff'), url(../../Fonts/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: NanumGothic;
    font-weight: 800;
    src: url(../../Fonts/NanumGothic-ExtraBold.woff2) format('woff2'), url(../../Fonts/NanumGothic-ExtraBold.woff) format('woff'), url(../../Fonts/NanumGothic-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: "Material Design Icons";
    src: url("../../Fonts/materialdesignicons-webfont.eot?v=5.0.45");
    src: url("../../Fonts/materialdesignicons-webfont.eot?#iefix&v=5.0.45") format("embedded-opentype"), url("../../Fonts/materialdesignicons-webfont.woff2?v=5.0.45") format("woff2"), url("../../Fonts/materialdesignicons-webfont.woff?v=5.0.45") format("woff"), url("../../Fonts/materialdesignicons-webfont.ttf?v=5.0.45") format("truetype");
    font-weight: normal;
    font-style: normal;
}
