/*기본 임베디드- 로컬에 있을 경우 사용*/
/*@font-face{
    font-family:NanumBarunGothic;
    src:url(../fonts/NanumBarunGothic.eot);
    src:local(※), url(../fonts/NanumBarunGothic.woff) format('woff')
}*/

/*2014. 07. 07에 추가한 새로운 임베디드*/
/*@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 src:local(※),
 src: url('../fonts/NanumBarunGothic.eot');
 src: url('../fonts/NanumBarunGothic.eot') format('embedded-opentype'),
 url('../fonts/NanumBarunGothic.woff') format('woff'),
 url('../fonts/NanumBarunGothic.ttf') format('truetype');
}
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,400,500,700|Roboto:100,400,500,700&display=swap");

/*경기천년제목 서체 임베디드*/
@font-face {
  font-family: "GyeonggiTitleM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiTitleM.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/*본고딕 임베디드
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

Roboto 서체 임베디드
@import url(http://fonts.googleapis.com/css?family=Roboto:100);*/
