/**
 * The font include file for all browsers except IE8 and below because they do not understand the font-weight and font-style
 */
 
/**
 * Default sans-serif face
 */
 
@font-face {
  font-family: 'TeXGyreTermes';
  src: url('../fonts/texgyretermes-regular-webfont.eot');
  src: url('../fonts/texgyretermes-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/texgyretermes-regular-webfont.woff') format('woff'),
       url('../fonts/texgyretermes-regular-webfont.ttf') format('truetype'),
       url('../fonts/texgyretermes-regular-webfont.svg#TeXGyreTermesRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreTermes';
  src: url('../fonts/texgyretermes-italic-webfont.eot');
  src: url('../fonts/texgyretermes-italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/texgyretermes-italic-webfont.woff') format('woff'),
       url('../fonts/texgyretermes-italic-webfont.ttf') format('truetype'),
       url('../fonts/texgyretermes-italic-webfont.svg#TeXGyreTermesItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TeXGyreTermes';
  src: url('../fonts/texgyretermes-bold-webfont.eot');
  src: url('../fonts/texgyretermes-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/texgyretermes-bold-webfont.woff') format('woff'),
       url('../fonts/texgyretermes-bold-webfont.ttf') format('truetype'),
       url('../fonts/texgyretermes-bold-webfont.svg#TeXGyreTermesBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreTermes';
  src: url('../fonts/texgyretermes-bolditalic-webfont.eot');
  src: url('../fonts/texgyretermes-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/texgyretermes-bolditalic-webfont.woff') format('woff'),
       url('../fonts/texgyretermes-bolditalic-webfont.ttf') format('truetype'),
       url('../fonts/texgyretermes-bolditalic-webfont.svg#TeXGyreTermesBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'News Cycle';
  src: url('../fonts/NewsCycle-Regular-webfont.eot');
  src: url('../fonts/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NewsCycle-Regular-webfont.woff') format('woff'),
       url('../fonts/NewsCycle-Regular-webfont.ttf') format('truetype'),
       url('../fonts/NewsCycle-Regular-webfont.svg#NewsCycle') format('svg');
  font-weight: normal;
  font-style: normal;
}