/* Код для подключения шрифта в /css/stylename.css */

	@font-face {
			font-family: "OpenSansRegular";
			src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot");
			src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"),
			url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "OpenSansLight";
			src: url("../fonts/OpenSans/OpenSansLight/OpenSansLight.eot");
			src: url("../fonts/OpenSans/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
			url("../fonts/OpenSans/OpenSansLight/OpenSansLight.woff") format("woff"),
			url("../fonts/OpenSans/OpenSansLight/OpenSansLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
 

	@font-face {
			font-family: "OpenSansBold";
			src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot");
			src: url("../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"),
			url("../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "OpenSansSemiBold";
			src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot");
			src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
			url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}


	@font-face {
			font-family: "AdelleBoldItalic";
			src: url("../fonts/Adelle/AdelleCyrillicBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "AdelleBold";
			src: url("../fonts/Adelle/AdelleCyrillicBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}


	@font-face {
			font-family: "AdelleItalic";
			src: url("../fonts/Adelle/AdelleCyrillicItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

 








