/* included only when we don't want to use fonts from google server */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
}
@font-face {
    font-family: 'framebold';
    src: url('/resources/fonts/frame_bold_webfont.eot');
    src: url('/resources/fonts/frame_bold_webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/frame_bold_webfont.woff2') format('woff2'),
         url('/resources/fonts/frame_bold_webfont.woff') format('woff'),
         url('/resources/fonts/frame_bold_webfont.ttf') format('truetype'),
         url('/resources/fonts/frame_bold_webfont.svg#framebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'framelight';
    src: url('/resources/fonts/frame_light_webfont.eot');
    src: url('/resources/fonts/frame_light_webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/frame_light_webfont.woff2') format('woff2'),
         url('/resources/fonts/frame_light_webfont.woff') format('woff'),
         url('/resources/fonts/frame_light_webfont.ttf') format('truetype'),
         url('/resources/fonts/frame_light_webfont.svg#framelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nanumbarungothicregular';
    src: url('/resources/fonts/nanumbarungothic-webfont.eot');
    src: url('/resources/fonts/nanumbarungothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/nanumbarungothic-webfont.woff2') format('woff2'),
         url('/resources/fonts/nanumbarungothic-webfont.woff') format('woff'),
         url('/resources/fonts/nanumbarungothic-webfont.ttf') format('truetype'),
         url('/resources/fonts/nanumbarungothic-webfont.svg#nanumbarungothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
