/* Declaration for normal variant */
@font-face {
    font-family: 'Omroep Sans';
    src: url('npo_sans_regular.eot'); /* IE9 Compatibility Modes */
    src: url('npo_sans_regular.eot?') format('eot'),  /* IE6-IE8 */
         url('npo_sans_regular.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/* Declaration for the bold variant */
@font-face {
    font-family: 'Omroep Sans';
    src: url('npo_sans_bold.eot'); /* IE9 Compatibility Modes */
    src: url('npo_sans_bold.eot?') format('eot'),  /* IE6-IE8 */
         url('npo_sans_bold.woff') format('woff'); /* Modern Browsers */

    font-weight: bold;
    font-style: normal;
}
