/* @font-face{
    font-family: 'NanumSquareRound', sans-serif;
    font-weight: 300;
    src: url("NanumSquareRoundL.woff2") format("woff2");
}

@font-face{
    font-family: 'NanumSquareRound', sans-serif;
    font-weight: 700;
    src: url("NanumSquareRoundR.woff2") format("woff2");
} */

@font-face {
    font-family: "NanumSquareRound";
    font-style: normal;
    font-weight: 300;
    src: url("NanumSquareRoundL.woff2") format("woff2"); /* Modern Browsers */

  }

  @font-face {
    font-family: "NanumSquareRound";
    font-style: normal;
    font-weight: 700;
    src: url("NanumSquareRoundB.woff2") format("woff2"); /* Modern Browsers */

  }