/* Код для подключения шрифта в /css/stylename.css */
/*
выше - комментарий с исходного описания,
у него не точны путь и название файла,
но оставим-ка его тут :-)
*/

@font-face {
		font-family: "PFDinCondensedRegular";
		src: url("../fonts/PFDinCondensedRegular/PFDinCondensedRegular.eot");
		src: url("../fonts/PFDinCondensedRegular/PFDinCondensedRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PFDinCondensedRegular/PFDinCondensedRegular.woff") format("woff"),
		url("../fonts/PFDinCondensedRegular/PFDinCondensedRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PFDinCondensedMedium";
		src: url("../fonts/PFDinCondensedMedium/PFDinCondensedMedium.eot");
		src: url("../fonts/PFDinCondensedMedium/PFDinCondensedMedium.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PFDinCondensedMedium/PFDinCondensedMedium.woff") format("woff"),
		url("../fonts/PFDinCondensedMedium/PFDinCondensedMedium.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PFDinCondensedLight";
		src: url("../fonts/PFDinCondensedLight/PFDinCondensedLight.eot");
		src: url("../fonts/PFDinCondensedLight/PFDinCondensedLight.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PFDinCondensedLight/PFDinCondensedLight.woff") format("woff"),
		url("../fonts/PFDinCondensedLight/PFDinCondensedLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PFDinCondensedThin";
		src: url("../fonts/PFDinCondensedThin/PFDinCondensedThin.eot");
		src: url("../fonts/PFDinCondensedThin/PFDinCondensedThin.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PFDinCondensedThin/PFDinCondensedThin.woff") format("woff"),
		url("../fonts/PFDinCondensedThin/PFDinCondensedThin.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PFDinCondensedLightItalic";
		src: url("../fonts/PFDinCondensedLightItalic/PFDinCondensedLightItalic.eot");
		src: url("../fonts/PFDinCondensedLightItalic/PFDinCondensedLightItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PFDinCondensedLightItalic/PFDinCondensedLightItalic.woff") format("woff"),
		url("../fonts/PFDinCondensedLightItalic/PFDinCondensedLightItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PFDinCondensedThinItalic";
		src: url("../fonts/PFDinCondensedThinItalic/PFDinCondensedThinItalic.eot");
		src: url("../fonts/PFDinCondensedThinItalic/PFDinCondensedThinItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PFDinCondensedThinItalic/PFDinCondensedThinItalic.woff") format("woff"),
		url("../fonts/PFDinCondensedThinItalic/PFDinCondensedThinItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}