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

@font-face{
    font-family:'Roboto';font-style: normal;font-weight:400;src: local('Roboto'), local('Roboto-Regular'),url(./Roboto-Regular.ttf);
}

@font-face{
    font-family:'Roboto';font-style: normal;font-weight:700;src: local('Roboto'), local('Roboto-Bold'),url(./Roboto-Bold.ttf);
}

@font-face{
    font-family:'Roboto';font-style: italic;font-weight:400;src: local('Roboto'), local('Roboto-LightItalic'),url(./Roboto-LightItalic.ttf);
}

@font-face{
    font-family:'Roboto';font-style: italic;font-weight:700;src: local('Roboto'), local('Roboto-BoldItalic'),url(./Roboto-BoldItalic.ttf);
}