@font-face{
font-family: 'Roboto';
src: url('./font-roboto/Roboto-Regular.ttf') format('truetype');
font-weight:normal;
}

@font-face{
font-family: 'Roboto';
src: url('./font-roboto/Roboto-Bold.ttf') format('truetype');
font-weight:bold;
}

@font-face{
font-family: 'Roboto-black';
src: url('./font-roboto/Roboto-Black.ttf') format('truetype');
}

@font-face{
font-family: 'Roboto-Bold';
src: url('./font-roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face{
font-family: 'Roboto-light';
src: url('./font-roboto/Roboto-Light.ttf') format('truetype');
}

@font-face{
font-family: 'Roboto-Medium';
src: url('./font-roboto/Roboto-Medium.ttf') format('truetype');
}