
/* Код для подключения шрифта в /css/stylename.css */
@font-face {
    font-family: "SegoeUILight";
    src: url("../fonts/segoe/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/segoe/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/segoe/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/segoe/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/segoe/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/segoe/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/segoe/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/segoe/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/segoe/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/segoe/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/segoe/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/segoe/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/segoe/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/segoe/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/segoe/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/segoe/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "SegoeUIItalic";
    src: url("../fonts/segoe/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/segoe/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/segoe/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../fonts/segoe/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}