@charset "utf-8";

/*
* Noto Sans KR (korean) http://fonts.googleapis.com/earlyaccess/notosanskr.css 2
*/


@font-face { 
  font-family: 'NotoSans';
  /* src: url(fonts/NotoSansKR-Light-Hestia.eot); */
  src: url(fonts/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSansKR-Light-Hestia.otf) format('truetype'),       
       url(fonts/NotoSansKR-Light-Hestia.woff) format('woff');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'NotoSans';
  /* src: url(fonts/NotoSansKR-DemiLight-Hestia.eot); */
  src: url(fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSansKR-DemiLight-Hestia.otf) format('truetype'),
       url(fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'NotoSans';
  /* src: url(fonts/NotoSansKR-Medium-Hestia.eot); */
  src: url(fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSansKR-Medium-Hestia.otf) format('truetype'),
       url(fonts/NotoSansKR-Medium-Hestia.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSans';
  /* src: url(fonts/NotoSansKR-Regular-Hestia.eot); */
  src: url(fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSansKR-Regular-Hestia.otf) format('truetype'),
       url(fonts/NotoSansKR-Regular-Hestia.woff) format('woff');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'NotoSans';
  /* src: url(fonts/NotoSansKR-Bold-Hestia.eot); */
  src: url(fonts/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
       url(fonts/NotoSansKR-Bold-Hestia.otf) format('truetype'),
       url(fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
  font-style: normal;
  font-weight: 600;
}



@font-face {
    font-family:'roboto';
    font-style:normal;
    font-weight:300;
    src:url(fonts/Roboto-Light.woff2) format('woff2'),url(fonts/Roboto-Light.woff) format('woff');
}
@font-face {
    font-family:'roboto';
    font-style:normal;
    font-weight:500;
    src:url(fonts/Roboto-Regular.woff2) format('woff2'),url(fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
    font-family:'roboto';
    font-style:normal;
    font-weight:400;
    src:url(fonts/Roboto-Medium.woff2) format('woff2'),url(fonts/Roboto-Medium.woff) format('woff');
}
@font-face {
    font-family:'roboto';
    font-style:normal;
    font-weight:700;
    src:url(fonts/Roboto-Bold.woff2) format('woff2'),url(fonts/Roboto-Bold.woff) format('woff');
}
