@font-face {
font-family: 'basicFountM';
src: local('NanumGothic'),
   local('Nanum Gothic'),
   url(NanumGothic/NanumGothic.otf) format('opentype');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'basicFountB';
src: local('NanumGothicBold'),
   local('Nanum Gothic Bold'),
   url(NanumGothic/NanumGothicBold.otf) format('opentype');
font-style: normal;
font-weight: normal;
}