/*
 * Nanum Gothic Coding (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: "Nanum Gothic Coding";
    font-style: normal;
    font-weight: 400;
    src: local("나눔고딕코딩 Regular");
    src: url("https://entry-cdn.pstatic.net/uploads/fonts/NanumGothicCoding-Regular.woff2")
            format("woff2"),
        url("https://entry-cdn.pstatic.net/uploads/fonts/NanumGothicCoding-Regular.woff")
            format("woff");
}
@font-face {
    font-family: "Nanum Gothic Coding";
    font-style: normal;
    font-weight: 700;
    src: local("나눔고딕코딩 Bold");
    src: url("https://entry-cdn.pstatic.net/uploads/fonts/NanumGothicCoding-Bold.woff2")
            format("woff2"),
        url("https://entry-cdn.pstatic.net/uploads/fonts/NanumGothicCoding-Bold.woff")
            format("woff");
}
