@charset "UTF-8";

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/font.woff2") format("woff2"),
        url("../fonts/font.woff") format("woff"),
        url("../fonts/font.ttf") format("truetype"),
        url("../fonts/font.eot") format("embedded-opentype"),
        url("../img/font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}