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

}

@font-face {
    font-family: 'notosans';
    src: url('./notosansitalic.eot');
    src: url('./notosansitalic.eot?#iefix') format('embedded-opentype'),
         url('./notosansitalic.woff') format('woff'),
         url('./notosansitalic.ttf') format('truetype'),
         url('./notosansitalic.svg#notosans') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'notosans';
    src: url('./notosansbold.eot');
    src: url('./notosansbold.eot?#iefix') format('embedded-opentype'),
         url('./notosansbold.woff') format('woff'),
         url('./notosansbold.ttf') format('truetype'),
         url('./notosansbold.svg#notosans') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'notosans';
    src: url('./notosansbolditalic.eot');
    src: url('./notosansbolditalic.eot?#iefix') format('embedded-opentype'),
         url('./notosansbolditalic.woff') format('woff'),
         url('./notosansbolditalic.ttf') format('truetype'),
         url('./notosansbolditalic.svg#notosans') format('svg');
    font-weight: bold;
    font-style: italic;

}