@font-face {
    font-family: "open_sans";
    src: url("fonts/OpenSans-Regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_sans";
    src: url("fonts/OpenSans-Italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "open_sans";
    src: url("fonts/OpenSans-BoldItalic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "open_sans";
    src: url("fonts/OpenSans-Bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}