@font-face {
    font-family: 'Notosans';
    src: url('NotoSans-Regular-webfont.eot');
    src: url('NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('NotoSans-Regular-webfont.woff') format('woff'),
         url('NotoSans-Regular-webfont.ttf') format('truetype'),
         url('NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
   font-weight:normal;
    font-style: normal;

}


@font-face {
    font-family: 'NotosansBold';
    src: url('NotoSans-Bold-webfont.eot');
    src: url('NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('NotoSans-Bold-webfont.woff') format('woff'),
         url('NotoSans-Bold-webfont.ttf') format('truetype'),
         url('NotoSans-Bold-webfont.svg#noto_sansbold') format('svg');
   font-weight:700;
    font-style: normal;

}

@font-face {
    font-family: 'NotosansItalic';
    src: url('NotoSans-Italic-webfont.eot');
    src: url('NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('NotoSans-Italic-webfont.woff') format('woff'),
         url('NotoSans-Italic-webfont.ttf') format('truetype'),
         url('NotoSans-Italic-webfont.svg#noto_sansbold') format('svg');
    font-style: italic;

}