
@charset "UTF-8";

@font-face {
     font-family: "OpenSans-Regular";
     src: url("../regular/font.woff2") format("woff2"),
          url("../regular/font.woff") format("woff"),
          url("../regular/font.eot") format("embedded-opentype");
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: "OpenSans-Bold";
     src:url("../bold/font.woff2") format("woff2"),
          url("../bold/font.woff") format("woff"),
          url("../bold/font.eot") format("embedded-opentype");
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: "Opensans-Semibold";
        src: url("../semibold/font.woff2") format("woff2"), 
          url("../semibold/font.woff") format("woff"), 
          url("../semibold/font.eot") format("embedded-opentype");
     font-weight: normal;
     font-style: normal;
 }
