
@font-face {
font-family:'Nanum Gothic';
font-weight: 500; 
font-style: normal;
src: url("./font/NanumGothic.eot");
src: local('Nanum Gothic'), url("./font/NanumGothic.eot") format("embedded-opentype");
src: url("./font/NanumGothic.woff");
src: local('NanumGothic'), url("./font/NanumGothic.woff") format("woff");
}

@font-face {
font-family:'Nanum Gothic Bold';
font-weight: 800; 
font-style: normal;
src: url("./font/Nanum Gothic Bold.eot");
src: local('Nanum Gothic Bold'), url("./font/Nanum Gothic Bold.eot") format("embedded-opentype");
src: url("./font/NanumGothic.woff");
src: local('Nanum Gothic Bold'), url("./font/Nanum Gothic Bold.woff") format("woff");
}