﻿@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src:
        local("Open Sans Bold"),
        local("OpenSans-Bold"),
        url("../fonts/OpenSans-Bold-webfont.woff") format("woff"),
        url("../fonts/OpenSans-Bold-webfont.ttf") format("ttf"),
        url("../fonts/OpenSans-Bold-webfont.eot") format("eot");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src:
        local("Open Sans"),
        local("OpenSans"),
        url("../fonts/OpenSans-Regular-webfont.woff") format("woff"),
        url("../fonts/OpenSans-Regular-webfont.ttf") format("ttf"),
        url("../fonts/OpenSans-Regular-webfont.eot") format("eot");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src:
        local("Open Sans"),
        local("OpenSans"),
        url("../fonts/OpenSans-Light-webfont.woff") format("woff"),
        url("../fonts/OpenSans-Light-webfont.ttf") format("ttf"),
        url("../fonts/OpenSans-Light-webfont.eot") format("eot");
}

@font-face {
    font-family: "Glyphicons Halflings";
    src:
        local("Glyphicons Halflings"),
        local("GlyphiconsHalflings"),
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../fonts/glyphicons-halflings-regular.eot") format("eot");
}
