@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('NotoSans-Regular.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    
    src: url(//:) format('no404'), 
         url('NotoSans-Regular.woff') format('woff'), 
         url('NotoSans-Regular.ttf') format('truetype'), 
         url('NotoSans-Regular.svg') format('svg');
}


@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    src: url('NotoSans-Italic.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    
    src: url(//:) format('no404'), 
         url('NotoSans-Italic.woff') format('woff'), 
         url('NotoSans-Italic.ttf') format('truetype'), 
         url('NotoSans-Italic.svg') format('svg');
}


@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('NotoSans-Bold.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    
    src: url(//:) format('no404'), 
         url('NotoSans-Bold.woff') format('woff'), 
         url('NotoSans-Bold.ttf') format('truetype'), 
         url('NotoSans-Bold.svg') format('svg');
}


@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    src: url('NotoSans-BoldItalic.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    
    src: url(//:) format('no404'), 
         url('NotoSans-BoldItalic.woff') format('woff'), 
         url('NotoSans-BoldItalic.ttf') format('truetype'), 
         url('NotoSans-BoldItalic.svg') format('svg');
}
