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

@font-face {
  font-family: 'Nanum SquareB';
  font-weight: normal;
  font-style: normal;
  src: url('../../font/nanumsquareb.eot');
  src: url('../../font/nanumsquareb.eot?#iefix') format('embedded-opentype'),
       url('../../font/nanumsquareb.woff2') format('woff2'),
       url('../../font/nanumsquareb.woff') format('woff'),
       url('../../font/nanumsquareb.ttf') format('truetype'),
       url('../../font/svg#nanumsquarebregular') format('svg');
}