@font-face {
    font-family: 'Roboto';
    src: url('../../dist/fonts/roboto-light-webfont.eot') format('embedded-opentype'),
         url('../../dist/fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../../dist/fonts/roboto-light-webfont.woff') format('woff'),
         url('../../dist/fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../../dist/fonts/roboto-light-webfont.svg#roboto-light-webfont') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../dist/fonts/roboto-regular-webfont.eot') format('embedded-opentype'),
         url('../../dist/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../../dist/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../../dist/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../../dist/fonts/roboto-regular-webfont.svg#roboto_regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../dist/fonts/roboto-bold-webfont.eot') format('embedded-opentype'),
         url('../../dist/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../../dist/fonts/roboto-bold-webfont.woff') format('woff'),
         url('../../dist/fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../../dist/fonts/roboto-bold-webfont.svg#roboto_bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
