@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-light.eot");
    src: url("../fonts/roboto/roboto-light.eot?#iefix")format("embedded-opentype"),
         url("../fonts/roboto/roboto-light.woff") format("woff"),
         url("../fonts/roboto/roboto-light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-regular.eot");
    src: url("../fonts/roboto/roboto-regular.eot?#iefix")format("embedded-opentype"),
         url("../fonts/roboto/roboto-regular.woff") format("woff"),
         url("../fonts/roboto/roboto-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Roboto B";
    src: url("/fonts/roboto/roboto-bold.eot");
    src: url("/fonts/roboto/roboto-bold.eot?#iefix")format("embedded-opentype"),
         url("/fonts/roboto/roboto-bold.woff") format("woff"),
         url("/fonts/roboto/roboto-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}