/* Roboto 300 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('fonts/roboto-300.eot');
    src: local(''),
    url('fonts/roboto-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-300.woff2') format('woff2'),
    url('fonts/roboto-300.woff') format('woff'),
    url('fonts/roboto-300.ttf') format('truetype'),
    url('fonts/roboto-300.svg#Roboto') format('svg');
}

/* Roboto 400 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('fonts/roboto-400.eot');
    src: local(''),
    url('fonts/roboto-400.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-400.woff2') format('woff2'),
    url('fonts/roboto-400.woff') format('woff'),
    url('fonts/roboto-400.ttf') format('truetype'),
    url('fonts/roboto-400.svg#Roboto') format('svg');
}

/* Roboto 500 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url('fonts/roboto-500.eot');
    src: local(''),
    url('fonts/roboto-500.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-500.woff2') format('woff2'),
    url('fonts/roboto-500.woff') format('woff'),
    url('fonts/roboto-500.ttf') format('truetype'),
    url('fonts/roboto-500.svg#Roboto') format('svg');
}

/* Roboto 700 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('fonts/roboto-700.eot');
    src: local(''),
    url('fonts/roboto-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-700.woff2') format('woff2'),
    url('fonts/roboto-700.woff') format('woff'),
    url('fonts/roboto-700.ttf') format('truetype'),
    url('fonts/roboto-700.svg#Roboto') format('svg');
}
