﻿@font-face
{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(Roboto-Regular.ttf);
}

/*@font-face
{
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url(Roboto/Roboto-RegularItalic.ttf);
}*/

@font-face
{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	src: url(Roboto-Bold.ttf);
}

/*@font-face
{
	font-family: 'Roboto';
	font-style: italic;
	font-weight: bold;
	src: url(Roboto/Roboto-BoldItalic.ttf);
}*/

/*@font-face
{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: lighter;
	src: url(Roboto/Roboto-Light.ttf);
}

@font-face
{
	font-family: 'Roboto';
	font-style: italic;
	font-weight: lighter;
	src: url(Roboto/Roboto-Light.ttf);
}

@font-face
{
	font-family: 'Roboto Black';
	font-style: normal;
	src: url(Roboto/Roboto-Black.ttf);
}

@font-face
{
	font-family: 'Roboto Black';
	font-style: italic;
	src: url(Roboto/Roboto-BlackItalic.ttf);
}*/