@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Regular.eot); /* IE9 Compat Modes */
    src: url(/fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(/fonts/Roboto-Regular.woff2) format('woff2'), /* Super moderne browsers */
         url(/fonts/Roboto-Regular.woff) format('woff'), /* Moderne browsers */
         url(/fonts/Roboto-Regular.ttf) format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Bold.woff) format('woff'),
         url(/fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}
