@font-face {
    font-family: roboto;
    src: url(roboto-normal.woff);
}

@font-face {
    font-family: roboto;
    src: url(roboto-bold.woff);
    font-weight: bold;
}

 * {
    font-family: roboto;
 }