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

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