@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(../fonts/segoeui/light.woff) format("woff"),
        url(../fonts/segoeui/light.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(../fonts/segoeui/semilight.woff) format("woff"),
        url(../fonts/segoeui/semilight.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(../fonts/segoeui/normal.woff) format("woff"),
        url(../fonts/segoeui/normal.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(../fonts/segoeui/bold.woff) format("woff"),
        url(../fonts/segoeui/bold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(../fonts/segoeui/semibold.woff) format("woff"),
        url(../fonts/segoeui/semibold.ttf) format("truetype");
    font-weight: 700;
}
