/* Код для подключения шрифта в /css/stylename.css */

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