/**
 * This is for IE8 and below because they do not understand font-weight and font-style.
 * Instead they will fake bold and italic. This technique is inspired by Google Fonts
 */
@font-face {
  font-family: 'NewsCycle';
  src: url('../fonts/NewsCycle-Regular-webfont.eot');
  src: url('../fonts/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'TeXGyreTermes';
  src: url('../fonts/texgyretermes-regular-webfont.eot');
  src: url('../fonts/texgyretermes-regular-webfont.eot?#iefix') format('embedded-opentype');
}