@font-face {
    font-family: 'BreeSerifRegular';
    src: url('fonts/BreeSerif-Regular-webfont.eot');
    src: url('fonts/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BreeSerif-Regular-webfont.woff') format('woff'),
         url('fonts/BreeSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Fallback font for Cyrillic charset */
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('fonts/OpenSans-CondensedBold.eot'); /* for IE */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('fonts/OpenSans-CondensedBold.ttf');  /* for CSS3-compliant browsers */
    font-weight: normal;
    font-style: normal;
}

