/* 
 * Nanum Square Web Fonts
 * https://github.com/hiun/NanumSquare
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */
 
@font-face {
  font-family: 'nsR';
  font-style: normal;
  font-weight: 400;
  src: url('NanumSquareR.eot');
  src: url('NanumSquareR.eot?#iefix') format('embedded-opentype'),
       url('NanumSquareR.woff2') format('woff2'),
       url('NanumSquareR.woff') format('woff'),
       url('NanumSquareR.svg#NanumSquareR') format('svg'),
       url('NanumSquareR.ttf') format('truetype');
}

@font-face {
  font-family: 'nsB';
  font-style: normal;
  font-weight: 600;
  src: url('NanumSquareB.eot');
  src: url('NanumSquareB.eot?#iefix') format('embedded-opentype'),
       url('NanumSquareB.woff2') format('woff2'),
       url('NanumSquareB.woff') format('woff'),
       url('NanumSquareB.svg#NanumSquareB') format('svg'),
       url('NanumSquareB.ttf') format('truetype');
}