/*
 * Copyright (c) 2015 Spoqa, Inc.
 * KS X 1001 한글 2350자 + 필요한 특수문자 및 영문,숫자로 유니코드 재구성 초경량화
 * by. Taehyeok
 */
@font-face {
  font-family: 'spoqa1';
  font-style: normal;
  font-weight: 100;
 src: url(eot/SpoqaHanSans-Thin.eot?#iefix) format('embedded-opentype'),
      url(woff2/SpoqaHanSans-Thin.woff2) format('woff2'),
      url(woff/SpoqaHanSans-Thin.woff) format('woff'), 
      url(ttf/SpoqaHanSans-Thin.ttf) format('truetype'),
      url(otf/SpoqaHanSans-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'spoqa2';
  font-style: normal;
  font-weight: 200;
  src: url(eot/SpoqaHanSans-Light.eot?#iefix) format('embedded-opentype'),
       url(woff2/SpoqaHanSans-Light.woff2) format('woff2'),
       url(woff/SpoqaHanSans-Light.woff) format('woff'),
       url(ttf/SpoqaHanSans-Light.ttf) format('truetype'),
       url(otf/SpoqaHanSans-Light.otf) format('opentype');
}


@font-face { 
  font-family: 'spoqa3';
  font-style: normal;
  font-weight: 300;
  src: url(eot/SpoqaHanSans-Regular.eot?#iefix) format('embedded-opentype'),
       url(woff2/SpoqaHanSans-Regular.woff2) format('woff2'),
       url(woff/SpoqaHanSans-Regular.woff) format('woff'),
       url(ttf/SpoqaHanSans-Regular.ttf) format('truetype'),
       url(otf/SpoqaHanSans-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'spoqa4';
   font-style: normal;
   font-weight: 400;
   src: url(eot/SpoqaHanSans-Bold.eot?#iefix) format('embedded-opentype'),
   		url(woff2/SpoqaHanSans-Bold.woff2) format('woff2'),
        url(woff/SpoqaHanSans-Bold.woff) format('woff'),
        url(ttf/SpoqaHanSans-Bold.ttf) format('truetype'),
        url(otf/SpoqaHanSans-Bold.otf) format('opentype');
}


.spoqa1{
	font-family: 'spoqa1';
}
.spoqa2{
	font-family: 'spoqa2';
}
.spoqa3{
	font-family: 'spoqa3';
}
.spoqa4{
	font-family: 'spoqa4';
}

