@font-face
{
font-family: Roboto;
src: url(../fonts/roboto/Roboto-Regular.ttf);
}
	@font-face
	{
	font-family: Roboto;
	src: url(../fonts/roboto/Roboto-Bold.ttf);
	font-weight:bold;
	}
	@font-face
	{
	font-family: Roboto;
	src: url(../fonts/roboto/Roboto-Italic.ttf);
	font-style:italic;
	}
		@font-face
		{
		font-family: Roboto;
		src: url(../fonts/roboto/Roboto-Light.ttf);
		font-weight:200;
		}
		@font-face
		{
		font-family: Roboto;
		src: url(../fonts/roboto/Roboto-Thin.ttf);
		font-weight:100;
		}






@font-face
{
font-family: Merriweather;
src: url(../fonts/Merriweather/Merriweather-Regular.ttf);
}
	@font-face
	{
	font-family: Merriweather;
	src: url(../fonts/Merriweather/Merriweather-Bold.ttf);
	font-weight:bold;
	}
	@font-face
	{
	font-family: Merriweather;
	src: url(../fonts/Merriweather/Merriweather-Italic.ttf);
	font-style:italic;
	}
		@font-face
		{
		font-family: Merriweather;
		src: url(../fonts/Merriweather/Merriweather-Light.ttf);
		font-weight:200;
		}



@font-face
{
font-family: Monaco;
src: url(../fonts/Monaco/Monaco.ttf);
}



@font-face
{
font-family: Open_Sans;
src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
	@font-face
	{
	font-family: Open_Sans;
	src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
	font-weight:bold;
	}
		@font-face
		{
		font-family: Open_Sans;
		src: url(../fonts/Open_Sans/OpenSans-Semibold.ttf);
		font-weight:700;
		}
		@font-face
		{
		font-family: Open_Sans;
		src: url(../fonts/Open_Sans/OpenSans-Semibold.ttf);
		font-weight:600;
		}
		@font-face
		{
		font-family: Open_Sans;
		src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
		font-weight:300;
		}
		@font-face
		{
		font-family: Open_Sans;
		src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
		font-weight:200;
		}
		@font-face
		{
		font-family: Open_Sans;
		src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
		font-weight:100;
		}


