@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 300;
  src: 
	  url(NanumSquareR.otf) format('opentype'),
	  url(NanumSquareR.woff) format('woff'),
	  url(NanumSquareR.woff2) format('woff2');
}
@font-face {
   font-family: 'NanumSquare';
   font-style: normal;
   font-weight: 500;
   src:
	  url(NanumSquareB.otf) format('opentype'),
	  url(NanumSquareB.woff) format('woff'),
	  url(NanumSquareB.woff2) format('woff2');
 }
@font-face {
   font-family: 'NanumSquare';
   font-style: normal;
   font-weight: 700;
   src:
	  url(NanumSquareEB.otf) format('opentype'),
	  url(NanumSquareEB.woff) format('woff'),
	  url(NanumSquareEB.woff2) format('woff2');
 }