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

}

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

}

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

}

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

}