@font-face{
src:url('fonts/Roboto-Medium.ttf');
font-family: 'Roboto';
font-weight: 500;
}
@font-face{
src:url('fonts/Roboto-MediumItalic.ttf');
font-family: 'Roboto';
font-weight: 500;
font-style: italic;
}
@font-face{
src:url('fonts/Roboto-Light.ttf');
font-family: 'Roboto';
font-weight: 300;
}
@font-face{
src:url('fonts/Roboto-Regular.ttf');
font-family: 'Roboto';
font-weight: 400;
}
@font-face{
src:url('fonts/Roboto-Bold.ttf');
font-family: 'Roboto';
font-weight: 700;
}
@font-face{
src:url('fonts/Roboto-Italic.ttf');
font-family: 'Roboto';
font-weight: 400;
font-style: italic;
}